From 8bbed3e3a10cd8bf6ebf9a0bba3204bb679fbfd7 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 18 Mar 2020 23:18:13 +0100 Subject: [PATCH] Fix typo in link --- docs/frontend_backend_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend_backend_run.md b/docs/frontend_backend_run.md index 1cb3e931..76aa3a44 100644 --- a/docs/frontend_backend_run.md +++ b/docs/frontend_backend_run.md @@ -210,4 +210,4 @@ Now that we have two applications running, let's make them communicate. By defau ## Next Steps -Now that you are able to run a multi-project application with [`tye run`](commandline/tye-run.md), move on to the [Frontend Backend Deploy Sample](frontend_backed_deploy.md) to learn how to deploy this application to Kubernetes. +Now that you are able to run a multi-project application with [`tye run`](commandline/tye-run.md), move on to the [Frontend Backend Deploy Sample](frontend_backend_deploy.md) to learn how to deploy this application to Kubernetes.