diff options
| author | jason | 2017-02-22 15:10:52 -0700 |
|---|---|---|
| committer | jason | 2017-02-22 15:10:52 -0700 |
| commit | 2e67c94849e28927c13a0695457e94f01eba389e (patch) | |
| tree | d561897189c774868d9f90aac8e9c5828b06f150 | |
| parent | 19fa3d3bb1351054294b342256e8f94641f05901 (diff) | |
| download | eventmq-2e67c94849e28927c13a0695457e94f01eba389e.tar.gz eventmq-2e67c94849e28927c13a0695457e94f01eba389e.zip | |
Update links in the documentation
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/contributing.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7cc2c14..6c8f9d8 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
| @@ -48,7 +48,7 @@ master_doc = 'index' | |||
| 48 | 48 | ||
| 49 | # General information about the project. | 49 | # General information about the project. |
| 50 | project = u'EventMQ' | 50 | project = u'EventMQ' |
| 51 | copyright = u'2016, EventMQ Contributors' | 51 | copyright = u'2017, EventMQ Contributors' |
| 52 | author = u'EventMQ Contributors' | 52 | author = u'EventMQ Contributors' |
| 53 | 53 | ||
| 54 | # The version info for the project you're documenting, acts as replacement for | 54 | # The version info for the project you're documenting, acts as replacement for |
diff --git a/docs/contributing.rst b/docs/contributing.rst index 2489abb..80ada65 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst | |||
| @@ -8,7 +8,7 @@ A few tips when working on the code | |||
| 8 | 8 | ||
| 9 | .. toctree:: | 9 | .. toctree:: |
| 10 | :maxdepth: 1 | 10 | :maxdepth: 1 |
| 11 | 11 | ||
| 12 | protocol | 12 | protocol |
| 13 | Source Code <https://github.com/enderlabs/eventmq> | 13 | Source Code <https://github.com/eventmq/eventmq> |
| 14 | Issues <https://github.com/enderlabs/eventmq/issues> | 14 | Issues <https://github.com/eventmq/eventmq/issues> |