updated readme docs

fixed typos in the docs.
This commit is contained in:
mb
2020-06-17 16:47:09 +02:00
parent e0e8cf664d
commit 369a470f35
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git/issues.
Report bugs at https://github.com/mb-wali/invenio-theme-tugraz/issues.
If you are reporting a bug, please include:
@@ -41,7 +41,7 @@ Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at
https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git/issues.
https://github.com/mb-wali/invenio-theme-tugraz/issues.
If you are proposing a feature:
@@ -114,5 +114,5 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring.
3. The pull request should work for Python 2.7, 3.5 and 3.6. Check
https://travis-ci.org/https://github.com/mb-wali/invenio-theme-tugraz.git/pull_requests
https://travis-ci.com/github/mb-wali/invenio-theme-tugraz/pull_requests
and make sure that the tests pass for all supported Python versions.

View File

@@ -123,7 +123,7 @@ html_theme_options = {
'github_banner': True,
'show_powered_by': False,
'extra_nav_links': {
'invenio-theme-tugraz@GitHub': 'https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git',
'invenio-theme-tugraz@GitHub': 'https://github.com/mb-wali/invenio-theme-tugraz',
'invenio-theme-tugraz@PyPI': 'https://pypi.python.org/pypi/invenio-theme-tugraz/',
}
}