diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 632a44af..31a23c13 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -18,14 +18,14 @@ signed OpenStack's contributor's agreement. .. seealso:: - * http://docs.openstack.org/infra/manual/developers.html - * http://wiki.openstack.org/CLA + * https://docs.openstack.org/infra/manual/developers.html + * https://wiki.openstack.org/wiki/CLA Project Hosting Details ------------------------- Bug tracker - http://storyboard.openstack.org + https://storyboard.openstack.org Mailing list (prefix subjects with ``[storyboard]`` for faster responses) http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra @@ -45,4 +45,4 @@ Code Review Please read `GerritWorkflow`_ before sending your first patch for review. -.. _GerritWorkflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _GerritWorkflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/README.rst b/README.rst index 30f78cee..844d3b4c 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Project Resources Project status, bugs, and blueprints are tracked at: - http://storyboard.openstack.org + https://storyboard.openstack.org Source code can be found at: @@ -22,7 +22,7 @@ Source code can be found at: Documentation can be found here: - http://docs.openstack.org/infra/storyboard/ + https://docs.openstack.org/infra/storyboard/ Additional resources are linked from the project wiki page: @@ -31,9 +31,9 @@ Additional resources are linked from the project wiki page: Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html All OpenStack projects use Gerrit for code reviews. A good reference for that is here: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/extending/index.rst b/doc/source/extending/index.rst index 243c5f71..d20cf6a2 100644 --- a/doc/source/extending/index.rst +++ b/doc/source/extending/index.rst @@ -4,7 +4,7 @@ Extending StoryBoard: Overview StoryBoard provides many extension points that allow you to customize its functionality to your own needs. All of these are implemented using -`stevedore `_, so that installing them is +`stevedore `_, so that installing them is simple, straightforward, and independent of the storyboard core libraries. StoryBoard itself makes use of these extension points, providing several 'in-branch' plugins that you may use as a template for your diff --git a/doc/source/extending/plugin_cron.rst b/doc/source/extending/plugin_cron.rst index 9e16ade1..32a2c11a 100644 --- a/doc/source/extending/plugin_cron.rst +++ b/doc/source/extending/plugin_cron.rst @@ -44,7 +44,7 @@ reasonably unique:: Then, implement your plugin by extending `CronPluginBase`. You may register your own configuration groups, please see -`oslo.config `_ +`oslo.config `_ for more details.:: from storyboard.plugin.cron.base import CronPluginBase diff --git a/doc/source/extending/plugin_worker.rst b/doc/source/extending/plugin_worker.rst index 7ada986a..12e9be00 100644 --- a/doc/source/extending/plugin_worker.rst +++ b/doc/source/extending/plugin_worker.rst @@ -40,7 +40,7 @@ reasonably unique:: Then, implement your plugin by extending `WorkerTaskBase`. You may register your own configuration groups, please see -`oslo.config `_ +`oslo.config `_ for more details.:: from storyboard.plugin.event_worker import WorkerTaskBase diff --git a/doc/source/gui/tasks_stories_tags.rst b/doc/source/gui/tasks_stories_tags.rst index ae05001c..22d0bef5 100644 --- a/doc/source/gui/tasks_stories_tags.rst +++ b/doc/source/gui/tasks_stories_tags.rst @@ -4,7 +4,7 @@ Tasks, Stories, & Tags This manual is a guide for StoryBoard users to navigate the usage of tasks, stories, and tags in the webclient. -The OpenStack StoryBoard webclient can be accessed 'here '_. +The OpenStack StoryBoard webclient can be accessed here: https://storyboard.openstack.org. StoryBoard is a task tracking application. It encourages anyone to sign in and create a story. diff --git a/doc/source/gui/theory.rst b/doc/source/gui/theory.rst index 603f1839..5f12b23f 100644 --- a/doc/source/gui/theory.rst +++ b/doc/source/gui/theory.rst @@ -39,7 +39,7 @@ the commandline on the fly with a tool like curl. There are some docs to illustrate usage here: -http://docs.openstack.org/infra/storyboard/webapi/v1.html +https://docs.openstack.org/infra/storyboard/webapi/v1.html Moreover, as our API is generally RESTful, it's straightforward to guess how to do things, and compatible with a lot of other tools with diff --git a/doc/source/index.rst b/doc/source/index.rst index 063c2b24..504b99ab 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,8 +15,8 @@ StoryBoard consists of two components: Storyboard API -.. _Pecan: http://pecan.readthedocs.org/en/latest/ -.. _WSME: http://wsme.readthedocs.org/en/latest/ +.. _Pecan: https://pecan.readthedocs.io/en/latest/ +.. _WSME: https://wsme.readthedocs.io/en/latest/ .. _Storyboard API service: https://git.openstack.org/cgit/openstack-infra/storyboard/ .. _Storyboard Web Client: https://git.openstack.org/cgit/openstack-infra/storyboard-webclient .. _Storyboard Python Client: https://git.openstack.org/cgit/openstack-infra/python-storyboardclient diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index 91de0720..e212dc01 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -209,7 +209,7 @@ Optional steps: Set up the notifications daemon sudo rabbitmqctl add_user storyboard storyboard sudo rabbitmqctl set_permissions -p / storyboard ".*" ".*" ".*" -.. _rabbitmq manpages: https://www.rabbitmq.com/man/rabbitmqctl.1.man.html#User%20management +.. _rabbitmq manpages: https://www.rabbitmq.com/rabbitmqctl.8.html#User_Management 3. Set up your storyboard.conf file for notifications using rabbitmq:: diff --git a/doc/source/webclient.rst b/doc/source/webclient.rst index b28fad73..eab734e6 100644 --- a/doc/source/webclient.rst +++ b/doc/source/webclient.rst @@ -57,7 +57,7 @@ Using grunt directly within virtual environment * Bootstrap your database:: - ./bin/api.sh create-db` + ./bin/api.sh create-db * Migrate the database:: diff --git a/setup.cfg b/setup.cfg index b4bf4652..067d0bb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Framework :: Pecan/WSME