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

Commit 2dd4664

Browse files
committed
Use .md extension for links within repository
This way they work from both GitHub and the website.
1 parent a93ab98 commit 2dd4664

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ collections:
2929
docs:
3030
output: true
3131
permalink: "/:title:output_ext"
32+
33+
gems:
34+
- jekyll-relative-links

examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Walkthroughs
3333

3434
The two examples below are step-by-step guides into building a schema:
3535

36-
- [a simple example](example1.html) which covers a classical product catalog description.
37-
- [a more advanced example](example2.html), using JSON Schema to describe filesystem entries in a Unix-like /etc/fstab file.
36+
- [a simple example](example1.md) which covers a classical product catalog description.
37+
- [a more advanced example](example2.md), using JSON Schema to describe filesystem entries in a Unix-like /etc/fstab file.
3838

3939
The [Space Telescope Science Institute](http://www.stsci.edu/) has also published an [guide aimed at schema authors](http://spacetelescope.github.io/understanding-json-schema/).

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ More
5656

5757
Interested? Check out:
5858

59-
- the [specification](documentation.html)
60-
- some [examples](examples.html)
59+
- the [specification](documentation.md)
60+
- some [examples](examples.md)
6161
- this [excellent guide](http://spacetelescope.github.io/understanding-json-schema/) for schema authors, from the [Space Telescope Science Institute](http://www.stsci.edu/)
62-
- the growing list of [JSON (Hyper-)Schema software](implementations.html)
62+
- the growing list of [JSON (Hyper-)Schema software](implementations.md)
6363

6464
Questions? Feeling helpful? Get involved on:
6565

0 commit comments

Comments
 (0)