From bf99c2dbbaa8ee6ad4913b9cc83682e0957e8f0a Mon Sep 17 00:00:00 2001 From: Dora Militaru Date: Thu, 22 Feb 2024 11:33:05 +0000 Subject: [PATCH 1/2] Update old links See https://fastly.atlassian.net/browse/DEVLIB-1412 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af5e65..1bf5d81 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Get to know the Fastly Compute environment with a basic starter that demonstrates routing, simple synthetic responses and code comments that cover common patterns. -**For more details about this and other starter kits for Compute, see the [Fastly Developer Hub](https://developer.fastly.com/solutions/starters/)**. +**For more details about this and other starter kits for Compute, see the [Fastly Developer Hub](https://www.fastly.com/documentation/solutions/starters/)**. ## Features @@ -14,7 +14,7 @@ Get to know the Fastly Compute environment with a basic starter that demonstrate ## Understanding the code -This starter is intentionally lightweight, and requires no dependencies aside from the [`fastly`](https://docs.rs/fastly) crate. It will help you understand the basics of processing requests at the edge using Fastly. This starter includes implementations of common patterns explained in our [using Compute](https://developer.fastly.com/learning/compute/rust/) and [VCL migration](https://developer.fastly.com/learning/compute/migrate/) guides. +This starter is intentionally lightweight, and requires no dependencies aside from the [`fastly`](https://docs.rs/fastly) crate. It will help you understand the basics of processing requests at the edge using Fastly. This starter includes implementations of common patterns explained in our [using Compute](https://www.fastly.com/documentation/guides/compute/rust/) and [VCL migration](https://www.fastly.com/documentation/guides/compute/migrate/) guides. The starter doesn't require the use of any backends. Once deployed, you will have a Fastly service running on Compute that can generate synthetic responses at the edge. From a0b61a27c685f909892b4b72f6b9450df375e9bf Mon Sep 17 00:00:00 2001 From: Dora Militaru Date: Thu, 22 Feb 2024 11:36:09 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf5d81..010102b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Get to know the Fastly Compute environment with a basic starter that demonstrates routing, simple synthetic responses and code comments that cover common patterns. -**For more details about this and other starter kits for Compute, see the [Fastly Developer Hub](https://www.fastly.com/documentation/solutions/starters/)**. +**For more details about this and other starter kits for Compute, see the [Fastly Documentation Hub](https://www.fastly.com/documentation/solutions/starters/)**. ## Features