diff --git a/docs/guides/going-buildless/serving.md b/docs/guides/going-buildless/serving.md index 1d4eb7bef..02195c2b8 100644 --- a/docs/guides/going-buildless/serving.md +++ b/docs/guides/going-buildless/serving.md @@ -96,9 +96,9 @@ Links with fully qualified URLs can link a page on your server, to pages on anot if you click me I will open google ``` -Because the URL is fully-qualified, adding that `` tag to any page anywhere on the web will have the same behavior[^1], namely opening google's home page. +Because the URL is fully-qualified, adding that `` tag to any page anywhere on the web will have the same behavior[^1], namely opening google's home page. -[^1]: Assuming that the page doesn't use JavaScript or other techniques to surreptitiously change the destination of the link +[^1]: Assuming that the page doesn't use JavaScript or other techniques to surreptitiously change the destination of the link ### Absolute URLs