Skip to content

Commit dcdacc4

Browse files
authored
Merge pull request #27 from acoburn/fix_links
Fix some links to the Background on CORS page
2 parents e64d122 + 5aa64f2 commit dcdacc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ in a browser, the browser will send an extra warning HTTP header, the Origin hea
359359
```
360360
Origin: https://scripts.example.com:8080
361361
```
362-
(For background, see also [Backgrounder on Same Origin Policy and CORS](https://sold.github.io/web-access-control-spec/Background))
362+
(For background, see also [Backgrounder on Same Origin Policy and CORS](https://solid.github.io/web-access-control-spec/Background))
363363
Note that the origin comprises the protocol and the DNS and port but none of the path,
364364
and no trailing slash.
365365
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
513513

514514
## See also
515515

516-
[Background on CORS](https://sold.github.io/web-access-control-spec/Background)
516+
[Background on CORS](https://solid.github.io/web-access-control-spec/Background)
517517

518518
## Old discussion of access to group files
519519

0 commit comments

Comments
 (0)