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

Commit 935a2c9

Browse files
committed
Move HTML of draft-01 into dir like others
While there's not much we can do with the .txt or .xml files in the top level directory right now, we can make the .html use a redirect so we can put it in its draft-NN directory as we do with the more recent drafts. For the .txt and .xml files, while you can get Jekyll to process them, the redirect plugin is implented by emitting an HTML file with a canonical link header, as there is no access to the web server itself to respond with an HTTP redirect code.
1 parent 449749a commit 935a2c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

draft-zyp-json-schema-01.html renamed to draft-01/draft-zyp-json-schema-01.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
redirect_from: "/draft-zyp-json-schema-01.html"
3+
permalink: "/draft-01/draft-zyp-json-schema-01.html"
24
---
35
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
46
<html lang="en"><head><title>A JSON Media Type for Describing the Structure and Meaning of JSON Documents</title>

0 commit comments

Comments
 (0)