Skip to content

Commit c0c4378

Browse files
triblondonJakeChampion
authored andcommitted
Link to concepts
1 parent 09ab6e8 commit c0c4378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To learn more about the fundamentals of using JavaScript with Compute@Edge, see
1818

1919
## Understanding the JavaScript SDK
2020

21-
Incoming HTTP requests to domains that are attached to your Fastly service will start an instance of your application and invoke a `fetch` event, which can be bound using the `addEventListener` function:
21+
Incoming HTTP requests to [domains that are attached to your Fastly service](https://developer.fastly.com/learning/concepts/) will start an instance of your application and invoke a `fetch` event, which can be bound using the `addEventListener` function:
2222

2323
```js
2424
addEventListener("fetch", event => event.respondWith(handleRequest(event)) );

0 commit comments

Comments
 (0)