Skip to content

Commit 5bb5093

Browse files
author
Andrew Stewart Gibson
committed
fixed link bugs and normalised to use kebab-case for link references
1 parent fe6f0b7 commit 5bb5093

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

README.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@ You can read more about JSON-LD on the [JSON-LD website][jsonld].
3939

4040
This library aims to conform with the following:
4141

42-
* [JSON-LD 1.0][JSON-LD 1.0], W3C Recommendation, 2014-01-16, and any
42+
* [JSON-LD 1.0][json-ld-10], W3C Recommendation, 2014-01-16, and any
4343
[errata][errata]
44-
* [JSON-LD 1.0 Processing Algorithms and API][JSON-LD 1.0 API], W3C
44+
* [JSON-LD 1.0 Processing Algorithms and API][json-ld-10-api], W3C
4545
Recommendation, 2014-01-16, and any [errata][errata]
46-
* [JSON-LD 1.0 Framing][JSON-LD 1.0 Framing], Unofficial Draft, 2012-08-30
47-
* Working Group [test suite][WG test suite]
46+
* [JSON-LD 1.0 Framing][json-ld-10-framing], Unofficial Draft, 2012-08-30
47+
* Working Group [test suite][wg-test-suite]
4848

49-
The [JSON-LD Working Group][JSON-LD WG] is now developing JSON-LD 1.1. Library
49+
The [JSON-LD Working Group][json-ld-wg] is now developing JSON-LD 1.1. Library
5050
updates to conform with newer specifications will happen as features stabilize
5151
and development time and resources permit.
5252

53-
* [JSON-LD 1.1][JSON-LD WG 1.1], W3C Working Draft, 2018-12-14 or
54-
[newer][JSON-LD WG latest]
55-
* [JSON-LD 1.1 Processing Algorithms and API][JSON-LD WG 1.1 API], W3C Working
56-
Draft, 2018-12-14 or [newer][JSON-LD WG API latest]
57-
* [JSON-LD 1.1 Framing][JSON-LD WG 1.1 Framing], W3C Working Draft, 2018-12-14
58-
or [newer][JSON-LD WG Framing latest]
53+
* [JSON-LD 1.1][json-ld-wg-11], W3C Working Draft, 2018-12-14 or
54+
[newer][json-ld-wg-latest]
55+
* [JSON-LD 1.1 Processing Algorithms and API][json-ld-wg-11-api], W3C Working
56+
Draft, 2018-12-14 or [newer][json-ld-wg-api-latest]
57+
* [JSON-LD 1.1 Framing][json-ld-wg-11-framing], W3C Working Draft, 2018-12-14
58+
or [newer][json-ld-wg-framing-latest]
5959

60-
The [test runner][test runner] is often updated to note or skip newer tests that
60+
The [test runner][test-runner] is often updated to note or skip newer tests that
6161
are not yet supported.
6262

6363
## Supported frameworks
@@ -620,6 +620,8 @@ https://github.com/linked-data-dotnet/json-ld.net
620620
[codecov]: https://codecov.io/gh/linked-data-dotnet/json-ld.net
621621
[codecov-badge]: https://img.shields.io/codecov/c/github/linked-data-dotnet/json-ld.net/master.svg
622622

623+
[errata]: http://www.w3.org/2014/json-ld-errata
624+
623625
[ms-mail]: mailto:opencode@microsoft.com
624626
[dnc]: https://dot.net
625627
[dnc-tutorial]: https://www.microsoft.com/net/core
@@ -629,22 +631,22 @@ https://github.com/linked-data-dotnet/json-ld.net
629631
[jsonld]: https://json-ld.org/
630632
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
631633

632-
[json-ld-1.0]: http://www.w3.org/TR/2014/REC-json-ld-20140116/
633-
[JSON-LD 1.0 API]: http://www.w3.org/TR/2014/REC-json-ld-api-20140116/
634-
[JSON-LD 1.0 Framing]: https://json-ld.org/spec/ED/json-ld-framing/20120830/
634+
[json-ld-10]: http://www.w3.org/TR/2014/REC-json-ld-20140116/
635+
[json-ld-10-api]: http://www.w3.org/TR/2014/REC-json-ld-api-20140116/
636+
[json-ld-10-framing]: https://json-ld.org/spec/ED/json-ld-framing/20120830/
635637

636-
[JSON-LD WG 1.1]: https://www.w3.org/TR/json-ld11/
637-
[JSON-LD WG 1.1 API]: https://www.w3.org/TR/json-ld11-api/
638-
[JSON-LD WG 1.1 Framing]: https://www.w3.org/TR/json-ld11-framing/
638+
[json-ld-wg-11]: https://www.w3.org/TR/json-ld11/
639+
[json-ld-wg-11-api]: https://www.w3.org/TR/json-ld11-api/
640+
[json-ld-wg-11-framing]: https://www.w3.org/TR/json-ld11-framing/
639641

640-
[JSON-LD WG latest]: https://w3c.github.io/json-ld-syntax/
641-
[JSON-LD WG API latest]: https://w3c.github.io/json-ld-api/
642-
[JSON-LD WG Framing latest]: https://w3c.github.io/json-ld-framing/
642+
[json-ld-wg-latest]: https://w3c.github.io/json-ld-syntax/
643+
[json-ld-wg-api-latest]: https://w3c.github.io/json-ld-api/
644+
[json-ld-wg-framing-latest]: https://w3c.github.io/json-ld-framing/
643645

644646
[nuget]: https://www.nuget.org/packages/json-ld.net/
645647
[nuget-badge]: https://img.shields.io/nuget/v/json-ld.net.svg
646648

647649
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
648650

649-
[test runner]: https://github.com/linked-data-dotnet/json-ld.net/tree/master/test/json-ld.net.tests
650-
[WG test suite]: https://github.com/w3c/json-ld-api/tree/master/tests
651+
[test-runner]: https://github.com/linked-data-dotnet/json-ld.net/tree/master/test/json-ld.net.tests
652+
[wg-test-suite]: https://github.com/w3c/json-ld-api/tree/master/tests

0 commit comments

Comments
 (0)