From 5aa64f2ebea0e2ed98fcccf743d55f54cf23a001 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 27 Aug 2018 17:20:52 -0400 Subject: [PATCH] Fix some links to the Background page --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1711564..7be059d 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ in a browser, the browser will send an extra warning HTTP header, the Origin hea ``` Origin: https://scripts.example.com:8080 ``` -(For background, see also [Backgrounder on Same Origin Policy and CORS](https://sold.github.io/web-access-control-spec/Background)) +(For background, see also [Backgrounder on Same Origin Policy and CORS](https://solid.github.io/web-access-control-spec/Background)) Note that the origin comprises the protocol and the DNS and port but none of the path, and no trailing slash. All scripts running on the same origin are assumed to be run by the same @@ -513,7 +513,7 @@ described here, will remain the same ## See also -[Background on CORS](https://sold.github.io/web-access-control-spec/Background) +[Background on CORS](https://solid.github.io/web-access-control-spec/Background) ## Old discussion of access to group files