Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 213b993

Browse files
committed
Fix example links (for real this time)
1 parent 7e20dd2 commit 213b993

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ way to reference the schema in a ``$ref``, but is not friendly to web browsers.
1717
The larger links use ".json" for browser compatibility.
1818

1919
|------------------------------------------------------------------------------|-----------------------------------------------------------------|
20-
| [Geographic Coordinate](geo.json) <br> [<small>(canonical url)</small>](geo) | a ___location as longitude and latitude |
21-
| [Card](card.json) <br> [<small>(canonical url)</small>](card) | a microformat-style representation of a person, company, organization, or place |
22-
| [Calendar](cal.json) <br> [<small>(canonical url)</small>](cal) | a microformat-style representation of an event |
23-
| [Address](addr.json) <br> [<small>(canonical url)</small>](addr) | a microformat-style representation of a street address |
20+
| [Geographic Coordinate](example/geo.json) <br> [<small>(canonical url)</small>](geo) | a ___location as longitude and latitude |
21+
| [Card](example/card.json) <br> [<small>(canonical url)</small>](card) | a microformat-style representation of a person, company, organization, or place |
22+
| [Calendar](example/calendar.json) <br> [<small>(canonical url)</small>](calendar) | a microformat-style representation of an event |
23+
| [Address](example/address.json) <br> [<small>(canonical url)</small>](address) | a microformat-style representation of a street address |
2424

2525
Walkthroughs
2626
------------

0 commit comments

Comments
 (0)