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

Update spacetelescope URLs and references #75

Merged
merged 2 commits into from
Aug 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ understanding-json-schema

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

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

[![Build Status](https://travis-ci.org/spacetelescope/understanding-json-schema.png)](https://travis-ci.org/spacetelescope/understanding-json-schema)
[![Build Status](https://travis-ci.org/json-schema-org/understanding-json-schema.png)](https://travis-ci.org/json-schema-org/understanding-json-schema)
2 changes: 1 addition & 1 deletion source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{% block header %}
{{ super() }}
<a href="https://github.com/spacetelescope/understanding-json-schema"
<a href="https://github.com/json-schema-org/understanding-json-schema"
class="visible-desktop"><img
style="position: absolute; z-index: 10; top: 40px; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

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

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ validator---just yet.
.. only:: html

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

.. toctree::
:maxdepth: 1
Expand Down