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

Commit 0edcf9f

Browse files
authored
Merge pull request #75 from mdboom/remove-spacetelescope
Update spacetelescope URLs and references
2 parents 99f4add + 118be17 commit 0edcf9f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ understanding-json-schema
33

44
A website aiming to provide more accessible documentation for JSON schema.
55

6-
http://spacetelescope.github.io/understanding-json-schema/index.html
6+
http://json-schema.org/understanding-json-schema/index.html
77

8-
[![Build Status](https://travis-ci.org/spacetelescope/understanding-json-schema.png)](https://travis-ci.org/spacetelescope/understanding-json-schema)
8+
[![Build Status](https://travis-ci.org/json-schema-org/understanding-json-schema.png)](https://travis-ci.org/json-schema-org/understanding-json-schema)

source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{% block header %}
1212
{{ super() }}
13-
<a href="https://github.com/spacetelescope/understanding-json-schema"
13+
<a href="https://github.com/json-schema-org/understanding-json-schema"
1414
class="visible-desktop"><img
1515
style="position: absolute; z-index: 10; top: 40px; right: 0; border: 0;"
1616
src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# General information about the project.
5757
project = u'Understanding JSON Schema'
58-
copyright = u'2013-{0}, Michael Droettboom, Space Telescope Science Institute'.format(
58+
copyright = u'2013-2016 Michael Droettboom, Space Telescope Science Institute; © 2016-{0} Michael Droettboom'.format(
5959
datetime.datetime.now().year)
6060

6161
# The version info for the project you're documenting, acts as replacement for

source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ validator---just yet.
6767
.. only:: html
6868

6969
There is also a `print version of this document
70-
<http://spacetelescope.github.io/understanding-json-schema/UnderstandingJSONSchema.pdf>`__.
70+
<http://json-schema.org/understanding-json-schema/UnderstandingJSONSchema.pdf>`__.
7171

7272
.. toctree::
7373
:maxdepth: 1

0 commit comments

Comments
 (0)