From 2c9d453c7a9e7ac7a47bf3945a600967ce21b097 Mon Sep 17 00:00:00 2001 From: Tony Alberti Date: Tue, 30 Jun 2020 04:06:00 -0500 Subject: [PATCH] [node-headless-ssr-proxy sample] - Fix broken Headless SSR mode link (#388) --- samples/node-headless-ssr-proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/node-headless-ssr-proxy/README.md b/samples/node-headless-ssr-proxy/README.md index 1b6326645b..aabbbe42f5 100644 --- a/samples/node-headless-ssr-proxy/README.md +++ b/samples/node-headless-ssr-proxy/README.md @@ -49,7 +49,7 @@ The following environment variables can be set to configure the proxy instead of You should be able to see the following message: `server listening on port 3000!` and see all the communication between this server and your Sitecore CD instance in the console. -More info on this setup can be found [here](https://jss.sitecore.net/#/application-modes?id=headless-server-side-rendering-mode). +More info on this setup can be found [here](https://jss.sitecore.com/docs/fundamentals/application-modes#headless-server-side-rendering-mode). ## Production Notes