Skip to content

Commit

Permalink
Update the links to RTD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Sep 13, 2017
1 parent 264b2c1 commit 955ec54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Kiwi TCMS - Open Source Test Case Management System
.. image:: https://coveralls.io/repos/github/kiwitcms/Kiwi/badge.svg?branch=master
:target: https://coveralls.io/github/kiwitcms/Kiwi?branch=master

.. image:: https://readthedocs.org/projects/kiwitestpad/badge/?version=latest
:target: http://kiwitestpad.readthedocs.io/en/latest/?badge=latest
.. image:: https://readthedocs.org/projects/kiwitcms/badge/?version=latest
:target: http://kiwitcms.readthedocs.io/en/latest/?badge=latest


Introduction
Expand All @@ -26,19 +26,19 @@ for each plan, run and case, and XML-RPC APIs.
Documentation
-------------

http://kiwitestpad.readthedocs.org/
http://kiwitcms.readthedocs.org/


Installation
------------

See http://kiwitestpad.readthedocs.io/en/latest/installing_docker.html
See http://kiwitcms.readthedocs.io/en/latest/installing_docker.html


Contribution
------------

See http://kiwitestpad.readthedocs.org/en/latest/contribution.html
See http://kiwitcms.readthedocs.org/en/latest/contribution.html

Support
-------
Expand Down
4 changes: 2 additions & 2 deletions contrib/conf/kiwi-httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ MaxClients 256
MaxRequestsPerChild 0

# Configurations for mod_wsgi
WSGIDaemonProcess kiwitestpad python-path=/venv/lib64/python3.5/site-packages:/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages
WSGIProcessGroup kiwitestpad
WSGIDaemonProcess kiwitcms python-path=/venv/lib64/python3.5/site-packages:/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages
WSGIProcessGroup kiwitcms
WSGIScriptAlias / /venv/lib64/python3.5/site-packages/tcms/wsgi.py
WSGIPassAuthorization On

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_long_description():


setup(
name='kiwitestpad',
name='kiwitcms',
version=tcms.__version__,
description='Test Case Management System',
long_description=get_long_description(),
Expand Down
4 changes: 2 additions & 2 deletions tcms/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@


# user guide URL
USER_GUIDE_URL = "http://kiwitestpad.readthedocs.io/en/latest/tutorial.html"
USER_GUIDE_URL = "http://kiwitcms.readthedocs.io/en/latest/tutorial.html"

FOOTER_LINKS = [
('https://github.com/kiwitcms/Kiwi/issues/new', 'Report an Issue'),
(USER_GUIDE_URL, 'User guide'),
('http://kiwitestpad.readthedocs.io/en/latest/guide/admin.html', 'Administration guide'),
('http://kiwitcms.readthedocs.io/en/latest/guide/admin.html', 'Administration guide'),
('/xmlrpc/', 'XML-RPC service'),
]

Expand Down

0 comments on commit 955ec54

Please sign in to comment.