From d500651367c883c5068ad04f4bec94fb48050f12 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 20 Apr 2019 20:29:30 +0000 Subject: [PATCH] Rename cgit_file to git_file In sphinx, we have a :cgit_file: directive that makes links to files. Thing is - we're not using cgit anymore. So just rename it to git_file. Change-Id: I80aca5fb3cc84281e29843944fea33e6f4d9fe6f --- doc/source/afs.rst | 4 ++-- doc/source/askbot.rst | 12 ++++++------ doc/source/asterisk.rst | 2 +- doc/source/cacti.rst | 4 ++-- doc/source/codesearch.rst | 2 +- doc/source/custom_roles.py | 4 ++-- doc/source/dns.rst | 4 ++-- doc/source/elastic-recheck.rst | 2 +- doc/source/etherpad.rst | 4 ++-- doc/source/firehose.rst | 2 +- doc/source/gerrit.rst | 8 ++++---- doc/source/github.rst | 4 ++-- doc/source/grafana.rst | 2 +- doc/source/irc.rst | 8 ++++---- doc/source/jeepyb.rst | 8 ++++---- doc/source/kerberos.rst | 2 +- doc/source/lists.rst | 2 +- doc/source/logstash.rst | 10 +++++----- doc/source/openstack-health.rst | 6 +++--- doc/source/openstackid.rst | 2 +- doc/source/paste.rst | 2 +- doc/source/planet.rst | 2 +- doc/source/puppet.rst | 4 ++-- doc/source/reprepro.rst | 2 +- doc/source/static.rst | 2 +- doc/source/storyboard.rst | 4 ++-- doc/source/sysadmin.rst | 12 ++++++------ doc/source/translate.rst | 4 ++-- doc/source/wiki.rst | 2 +- doc/source/zuul.rst | 4 ++-- 30 files changed, 65 insertions(+), 65 deletions(-) diff --git a/doc/source/afs.rst b/doc/source/afs.rst index 9f73e55fd0..c81758a540 100644 --- a/doc/source/afs.rst +++ b/doc/source/afs.rst @@ -28,8 +28,8 @@ At a Glance * afs01.ord.openstack.org (a fileserver in ORD) :Puppet: * https://opendev.org/opendev/puppet-openafs - * :cgit_file:`modules/openstack_project/manifests/afsdb.pp` - * :cgit_file:`modules/openstack_project/manifests/afsfs.pp` + * :git_file:`modules/openstack_project/manifests/afsdb.pp` + * :git_file:`modules/openstack_project/manifests/afsfs.pp` :Projects: * http://openafs.org/ :Bugs: diff --git a/doc/source/askbot.rst b/doc/source/askbot.rst index 296eba1795..dbd941ea23 100644 --- a/doc/source/askbot.rst +++ b/doc/source/askbot.rst @@ -16,8 +16,8 @@ At a Glance :Puppet: * https://opendev.org/opendev/puppet-askbot * https://github.com/vamsee/puppet-solr - * :cgit_file:`modules/openstack_project/manifests/ask.pp` - * :cgit_file:`modules/openstack_project/manifests/ask-staging.pp` + * :git_file:`modules/openstack_project/manifests/ask.pp` + * :git_file:`modules/openstack_project/manifests/ask-staging.pp` :Projects: * https://askbot.com * http://lucene.apache.org/solr @@ -80,8 +80,8 @@ Application management tool can be found under /srv/askbot-sites/slot0/config: Configuration files: -* :cgit_file:`modules/askbot/templates/askbot.vhost.erb` -* :cgit_file:`modules/askbot/templates/settings.py.erb` +* :git_file:`modules/askbot/templates/askbot.vhost.erb` +* :git_file:`modules/askbot/templates/settings.py.erb` In addition to the file-based configuration, Askbot provides a web interface to tweak its own settings. Toggles and fields for reputation thresholds, @@ -122,8 +122,8 @@ the English (en) and Chinese (zh) languages are supported. Solr schema templates can be found at: -* :cgit_file:`modules/askbot/templates/solr/schema.en.xml.erb` -* :cgit_file:`modules/askbot/templates/solr/schema.cn.xml.erb` +* :git_file:`modules/askbot/templates/solr/schema.en.xml.erb` +* :git_file:`modules/askbot/templates/solr/schema.cn.xml.erb` Operational notes ================= diff --git a/doc/source/asterisk.rst b/doc/source/asterisk.rst index b42e9bf5cd..3872cce25e 100644 --- a/doc/source/asterisk.rst +++ b/doc/source/asterisk.rst @@ -14,7 +14,7 @@ At a Glance * sip://pbx.opendev.org :Puppet: * https://opendev.org/opendev/puppet-asterisk - * :cgit_file:`modules/openstack_project/manifests/pbx.pp` + * :git_file:`modules/openstack_project/manifests/pbx.pp` :Projects: * http://www.asterisk.org :Documentation: diff --git a/doc/source/cacti.rst b/doc/source/cacti.rst index 8c4e3c4263..8fc10ec074 100644 --- a/doc/source/cacti.rst +++ b/doc/source/cacti.rst @@ -14,7 +14,7 @@ At a Glance :Hosts: * http://cacti.openstack.org :Puppet: - * :cgit_file:`modules/openstack_project/manifests/cacti.pp` + * :git_file:`modules/openstack_project/manifests/cacti.pp` :Projects: * http://www.cacti.net :Bugs: @@ -31,4 +31,4 @@ Cacti is accessible via the web here: http://cacti.openstack.org/cacti/graph_view.php New servers are added to our cacti instance by adding the host to the -:cgit_file:`modules/openstack_project/manifests/cacti.pp` file. +:git_file:`modules/openstack_project/manifests/cacti.pp` file. diff --git a/doc/source/codesearch.rst b/doc/source/codesearch.rst index d19762d6b1..34eaa76167 100644 --- a/doc/source/codesearch.rst +++ b/doc/source/codesearch.rst @@ -15,7 +15,7 @@ At a Glance * http://codesearch.openstack.org :Puppet: * https://opendev.org/opendev/puppet-hound - * :cgit_file:`modules/openstack_project/manifests/codesearch.pp` + * :git_file:`modules/openstack_project/manifests/codesearch.pp` :Projects: * https://github.com/etsy/Hound :Bugs: diff --git a/doc/source/custom_roles.py b/doc/source/custom_roles.py index a3248fae27..d523432ecb 100644 --- a/doc/source/custom_roles.py +++ b/doc/source/custom_roles.py @@ -22,7 +22,7 @@ from docutils import nodes -def cgit_file_role(name, rawtext, text, lineno, inliner, +def git_file_role(name, rawtext, text, lineno, inliner, options={}, content=[]): """Link a local path to a cgit file view. @@ -75,6 +75,6 @@ def setup(app): :param app: Sphinx application context. """ - app.add_role('cgit_file', cgit_file_role) + app.add_role('git_file', git_file_role) app.add_role('config', config_role) return diff --git a/doc/source/dns.rst b/doc/source/dns.rst index d9e3e9d965..e2019228b3 100644 --- a/doc/source/dns.rst +++ b/doc/source/dns.rst @@ -17,7 +17,7 @@ At a Glance * ns1.opendev.org * ns2.opendev.org :Ansible: - * :cgit_file:`playbooks/group_vars/dns.yaml` + * :git_file:`playbooks/group_vars/dns.yaml` :Projects: * https://www.nlnetlabs.nl/projects/nsd/ * https://www.isc.org/downloads/bind/doc/ @@ -27,7 +27,7 @@ Adding a Zone To add a new zone, identify an existing git repository or create a new one to hold the contents of the zone, then update -:cgit_file:`playbooks/group_vars/dns.yaml`. +:git_file:`playbooks/group_vars/dns.yaml`. Run:: diff --git a/doc/source/elastic-recheck.rst b/doc/source/elastic-recheck.rst index 1909174ca5..e6b4081c4d 100644 --- a/doc/source/elastic-recheck.rst +++ b/doc/source/elastic-recheck.rst @@ -14,7 +14,7 @@ At a Glance * http://status.openstack.org :Puppet: * https://opendev.org/opendev/puppet-elastic_recheck - * :cgit_file:`modules/openstack_project/manifests/status.pp` + * :git_file:`modules/openstack_project/manifests/status.pp` :Projects: * https://opendev.org/opendev/elastic-recheck :Bugs: diff --git a/doc/source/etherpad.rst b/doc/source/etherpad.rst index 9c3ebb7264..a1df4fa013 100644 --- a/doc/source/etherpad.rst +++ b/doc/source/etherpad.rst @@ -17,8 +17,8 @@ At a Glance * http://etherpad.openstack.org :Puppet: * https://opendev.org/opendev/puppet-etherpad_lite/tree/ - * :cgit_file:`modules/openstack_project/manifests/etherpad.pp` - * :cgit_file:`modules/openstack_project/manifests/etherpad_dev.pp` + * :git_file:`modules/openstack_project/manifests/etherpad.pp` + * :git_file:`modules/openstack_project/manifests/etherpad_dev.pp` :Projects: * http://etherpad.org/ * https://github.com/ether/etherpad-lite diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 89b4d0e08c..56f3aa1a91 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -16,7 +16,7 @@ At a Glance * https://opendev.org/opendev/puppet-mosquitto * https://opendev.org/opendev/puppet-germqtt * https://opendev.org/opendev/puppet-lpmqtt - * :cgit_file:`modules/openstack_project/manifests/firehose.pp` + * :git_file:`modules/openstack_project/manifests/firehose.pp` :Projects: * https://mosquitto.org/ * http://opendev.org/opendev/germqtt/ diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index dd0d31c3d6..25c1aaf4dc 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -21,10 +21,10 @@ At a Glance * http://review-dev.openstack.org :Puppet: * https://opendev.org/opendev/puppet-gerrit - * :cgit_file:`modules/openstack_project/manifests/review.pp` - * :cgit_file:`modules/openstack_project/manifests/review_dev.pp` + * :git_file:`modules/openstack_project/manifests/review.pp` + * :git_file:`modules/openstack_project/manifests/review_dev.pp` :Configuration: - * :cgit_file:`modules/openstack_project/templates/review.projects.ini.erb` + * :git_file:`modules/openstack_project/templates/review.projects.ini.erb` * :config:`gerrit/projects.yaml` :Projects: * http://code.google.com/p/gerrit/ @@ -103,7 +103,7 @@ account name and add ssh keys - you'll need those. Once you've created your groups you should create the ``openstack-project-creator`` account by hand (the account name is referenced from -:cgit_file:`modules/openstack_project/templates/review.projects.ini.erb`) +:git_file:`modules/openstack_project/templates/review.projects.ini.erb`) using:: cat $pubkey | ssh -p 29418 $USER@$HOST gerrit create-account \ diff --git a/doc/source/github.rst b/doc/source/github.rst index bd0d767333..5506d69979 100644 --- a/doc/source/github.rst +++ b/doc/source/github.rst @@ -16,8 +16,8 @@ At a Glance * review.opendev.org :Puppet: * https://opendev.org/opendev/system-config - * :cgit_file:`modules/openstack_project/manifests/gerrit.pp` - * :cgit_file:`hiera/group/zuul-scheduler.yaml` + * :git_file:`modules/openstack_project/manifests/gerrit.pp` + * :git_file:`hiera/group/zuul-scheduler.yaml` :Projects: * https://opendev.org/zuul/zuul * https://opendev.org/opendev/jeepyb diff --git a/doc/source/grafana.rst b/doc/source/grafana.rst index ab2bb8e9a4..f6bc7fb557 100644 --- a/doc/source/grafana.rst +++ b/doc/source/grafana.rst @@ -16,7 +16,7 @@ At a Glance * http://grafana.openstack.org :Puppet: * https://github.com/bfraser/puppet-grafana - * :cgit_file:`modules/openstack_project/manifests/grafana.pp` + * :git_file:`modules/openstack_project/manifests/grafana.pp` :Projects: * http://grafana.org :Bugs: diff --git a/doc/source/irc.rst b/doc/source/irc.rst index 676286cb19..ca2b885fa5 100644 --- a/doc/source/irc.rst +++ b/doc/source/irc.rst @@ -21,8 +21,8 @@ At a Glance * https://opendev.org/opendev/puppet-statusbot * https://opendev.org/opendev/puppet-gerritbot * https://opendev.org/opendev/puppet-ptgbot - * :cgit_file:`modules/openstack_project/manifests/eavesdrop.pp` - * :cgit_file:`modules/openstack_project/manifests/review.pp` + * :git_file:`modules/openstack_project/manifests/eavesdrop.pp` + * :git_file:`modules/openstack_project/manifests/review.pp` :Configuration: * :config:`gerritbot/channels.yaml` * :config:`accessbot/channels.yaml` @@ -172,7 +172,7 @@ of logging channel activity, not just meetings. Standard channel logs are sent to http://eavesdrop.openstack.org/irclogs/ The configuration for specific channel logging can be found in the -public Hiera data file, :cgit_file:`hiera/common.yaml`. +public Hiera data file, :git_file:`hiera/common.yaml`. .. _statusbot: @@ -214,7 +214,7 @@ the channels the bot is listening to: in OpenStack development. A channel can be added to statusbot by editing the public Hiera data -file, :cgit_file:`hiera/common.yaml`. +file, :git_file:`hiera/common.yaml`. The wiki password for the StatusBot account can be (re)set using the `ChangePassword.php `_ diff --git a/doc/source/jeepyb.rst b/doc/source/jeepyb.rst index bb334ab65e..ed8583bc64 100644 --- a/doc/source/jeepyb.rst +++ b/doc/source/jeepyb.rst @@ -17,10 +17,10 @@ At a Glance * http://review-dev.openstack.org :Puppet: * https://opendev.org/opendev/puppet-jeepyb - * :cgit_file:`modules/openstack_project/manifests/review.pp` - * :cgit_file:`modules/openstack_project/manifests/review_dev.pp` + * :git_file:`modules/openstack_project/manifests/review.pp` + * :git_file:`modules/openstack_project/manifests/review_dev.pp` :Configuration: - * :cgit_file:`modules/openstack_project/templates/review.projects.ini.erb` + * :git_file:`modules/openstack_project/templates/review.projects.ini.erb` * :config:`gerrit/projects.yaml` :Projects: * https://opendev.org/opendev/jeepyb @@ -38,7 +38,7 @@ and create new groups in Gerrit. The global configuration data needed for ``manage-projects`` to know how to connect to things or how to operate is in -:cgit_file:`modules/openstack_project/templates/review.projects.ini.erb`. +:git_file:`modules/openstack_project/templates/review.projects.ini.erb`. #. Config values:: diff --git a/doc/source/kerberos.rst b/doc/source/kerberos.rst index c3703710a8..d1d3deebd9 100644 --- a/doc/source/kerberos.rst +++ b/doc/source/kerberos.rst @@ -17,7 +17,7 @@ At a Glance * kdc*.openstack.org :Puppet: * https://opendev.org/opendev/puppet-kerberos - * :cgit_file:`modules/openstack_project/manifests/kdc.pp` + * :git_file:`modules/openstack_project/manifests/kdc.pp` :Projects: * http://web.mit.edu/kerberos :Bugs: diff --git a/doc/source/lists.rst b/doc/source/lists.rst index a534486804..2597dc667c 100644 --- a/doc/source/lists.rst +++ b/doc/source/lists.rst @@ -16,7 +16,7 @@ At a Glance * http://lists.openstack.org :Puppet: * https://opendev.org/opendev/puppet-mailman - * :cgit_file:`modules/openstack_project/manifests/lists.pp` + * :git_file:`modules/openstack_project/manifests/lists.pp` :Projects: * http://www.gnu.org/software/mailman/ :Bugs: diff --git a/doc/source/logstash.rst b/doc/source/logstash.rst index 7907cd2579..5fd7ea918a 100644 --- a/doc/source/logstash.rst +++ b/doc/source/logstash.rst @@ -16,12 +16,12 @@ At a Glance * elasticsearch\*.openstack.org :Puppet: * https://opendev.org/opendev/puppet-logstash - * :cgit_file:`modules/openstack_project/manifests/logstash.pp` - * :cgit_file:`modules/openstack_project/manifests/logstash_worker.pp` - * :cgit_file:`modules/openstack_project/manifests/elasticsearch.pp` + * :git_file:`modules/openstack_project/manifests/logstash.pp` + * :git_file:`modules/openstack_project/manifests/logstash_worker.pp` + * :git_file:`modules/openstack_project/manifests/elasticsearch.pp` :Configuration: - * :cgit_file:`modules/openstack_project/files/logstash` - * :cgit_file:`modules/openstack_project/templates/logstash` + * :git_file:`modules/openstack_project/files/logstash` + * :git_file:`modules/openstack_project/templates/logstash` * `submit-logstash-jobs defaults`_ :Projects: * http://logstash.net/ diff --git a/doc/source/openstack-health.rst b/doc/source/openstack-health.rst index 3ee28d3e67..e9ab695a8d 100644 --- a/doc/source/openstack-health.rst +++ b/doc/source/openstack-health.rst @@ -13,10 +13,10 @@ At a Glance * Frontend: http://status.openstack.org/openstack-health :Puppet: * https://opendev.org/opendev/puppet-openstack_health/tree/ - * :cgit_file:`modules/openstack_project/manifests/openstack_health_api.pp` - * :cgit_file:`modules/openstack_project/manifests/status.pp` + * :git_file:`modules/openstack_project/manifests/openstack_health_api.pp` + * :git_file:`modules/openstack_project/manifests/status.pp` :Configuration: - * :cgit_file:`modules/openstack_project/files/git/cgitrc` + * :git_file:`modules/openstack_project/files/git/cgitrc` :Projects: * https://opendev.org/openstack/openstack-health diff --git a/doc/source/openstackid.rst b/doc/source/openstackid.rst index ac14f6a663..32b9ce8f34 100644 --- a/doc/source/openstackid.rst +++ b/doc/source/openstackid.rst @@ -16,7 +16,7 @@ At a Glance * https://openstackid.org :Puppet: * https://opendev.org/opendev/puppet-openstackid - * :cgit_file:`modules/openstack_project/manifests/openstackid_dev.pp` + * :git_file:`modules/openstack_project/manifests/openstackid_dev.pp` :Projects: * http://opendev.org/osf/openstackid/ :Bugs: diff --git a/doc/source/paste.rst b/doc/source/paste.rst index 1d455da865..1d448c4670 100644 --- a/doc/source/paste.rst +++ b/doc/source/paste.rst @@ -17,7 +17,7 @@ At a Glance * http://paste.openstack.org :Puppet: * https://opendev.org/opendev/puppet-lodgeit - * :cgit_file:`modules/openstack_project/manifests/paste.pp` + * :git_file:`modules/openstack_project/manifests/paste.pp` :Projects: * https://opendev.org/opendev/lodgeit * https://bitbucket.org/dcolish/lodgeit-main diff --git a/doc/source/planet.rst b/doc/source/planet.rst index af6831f24a..48051be1fe 100644 --- a/doc/source/planet.rst +++ b/doc/source/planet.rst @@ -17,7 +17,7 @@ At a Glance * http://planet.openstack.org :Puppet: * https://opendev.org/opendev/puppet-planet/tree/ - * :cgit_file:`modules/openstack_project/manifests/planet.pp` + * :git_file:`modules/openstack_project/manifests/planet.pp` :Configuration: * https://opendev.org/openstack/openstack-planet/src/branch/master/planet.ini :Projects: diff --git a/doc/source/puppet.rst b/doc/source/puppet.rst index 1b22a4aa94..8bb6b56373 100644 --- a/doc/source/puppet.rst +++ b/doc/source/puppet.rst @@ -33,7 +33,7 @@ The cron jobs, current configuration files and more can be done with ``puppet apply`` but first some bootstrapping needs to be done. You want to install these from puppetlabs' apt repo. There is a script, -:cgit_file:`install_puppet.sh` in the root of the system-config repository that +:git_file:`install_puppet.sh` in the root of the system-config repository that will setup and install the puppet client. After that you must install the ansible playbooks and hiera config (used to maintain secrets). @@ -79,7 +79,7 @@ Adding a node For adding a new node to your puppet master, you can either use the ``/opt/system-config/launch/launch-node.py`` script -(see :cgit_file:`launch/README` for full details) or bootstrap puppet manually. +(see :git_file:`launch/README` for full details) or bootstrap puppet manually. For manual bootstrap, you need to run on the new server connecting (for example, review.opendev.org) to the puppet master: diff --git a/doc/source/reprepro.rst b/doc/source/reprepro.rst index 483b3cf124..0420101f28 100644 --- a/doc/source/reprepro.rst +++ b/doc/source/reprepro.rst @@ -13,7 +13,7 @@ At a Glance :Hosts: * http://mirror-update.openstack.org :Puppet: - * :cgit_file:`modules/openstack_project/manifests/mirror_update.pp` + * :git_file:`modules/openstack_project/manifests/mirror_update.pp` :Projects: * https://mirrorer.alioth.debian.org :Documentation: diff --git a/doc/source/static.rst b/doc/source/static.rst index a54a3e7e9b..08d217c308 100644 --- a/doc/source/static.rst +++ b/doc/source/static.rst @@ -17,7 +17,7 @@ At a Glance * http://mirror.openstack.org * http://specs.openstack.org :Puppet: - * :cgit_file:`modules/openstack_project/manifests/static.pp` + * :git_file:`modules/openstack_project/manifests/static.pp` :Configuration: * :config:`specs/index.html` :Projects: diff --git a/doc/source/storyboard.rst b/doc/source/storyboard.rst index 912e0c6471..c30044bad3 100644 --- a/doc/source/storyboard.rst +++ b/doc/source/storyboard.rst @@ -19,14 +19,14 @@ At a Glance * https://storyboard.openstack.org :Puppet: * https://opendev.org/opendev/puppet-storyboard/tree/ - * :cgit_file:`modules/openstack_project/manifests/storyboard.pp` + * :git_file:`modules/openstack_project/manifests/storyboard.pp` :Projects: * https://opendev.org/opendev/storyboard * https://opendev.org/opendev/storyboard-webclient * https://opendev.org/opendev/puppet-storyboard :Configuration: * :config:`gerrit/projects.yaml` - * :cgit_file:`modules/openstack_project/files/storyboard/superusers.yaml` + * :git_file:`modules/openstack_project/files/storyboard/superusers.yaml` :Bugs: * https://storyboard.openstack.org/#!/project/456 :Resources: diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index f36229c6c8..3ef02c8b1d 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -120,10 +120,10 @@ Adding a New Server To create a new server, do the following: -* Add a file in :cgit_file:`modules/openstack_project/manifests/` that defines a +* Add a file in :git_file:`modules/openstack_project/manifests/` that defines a class which specifies the configuration of the server. -* Add a node pattern entry in :cgit_file:`manifests/site.pp` for the server +* Add a node pattern entry in :git_file:`manifests/site.pp` for the server that uses that class. Make sure it supports an ordinal naming pattern (e.g., fooserver01.openstack.org not just fooserver.openstack.org, even if you're replacing an existing server) and that another server with the @@ -135,13 +135,13 @@ To create a new server, do the following: * You should be able to install and configure most software only with ansible or puppet. Nonetheless, if you need SSH access to the host, - add your public key to :cgit_file:`playbooks/group_vars/all.yaml` and + add your public key to :git_file:`playbooks/group_vars/all.yaml` and include a stanza like this in your server class:: extra_users: - your_user_name -* Add an RST file with documentation about the server in :cgit_file:`doc/source` +* Add an RST file with documentation about the server in :git_file:`doc/source` and add it to the index in that directory. SSH Access @@ -436,7 +436,7 @@ Launching New Servers New servers are launched using the ``launch/launch-node.py`` tool from the git repository ``https://opendev.org/opendev/system-config``. This -tool is run from a checkout on the bridge - please see :cgit_file:`launch/README` +tool is run from a checkout on the bridge - please see :git_file:`launch/README` for detailed instructions. .. _disable-enable-puppet: @@ -462,7 +462,7 @@ to take. In the case of needing to disable the running of puppet on a node, it's a simple matter of adding an entry to the ansible inventory "disabled" group -in :cgit_file:`inventory/groups.yaml`. The +in :git_file:`inventory/groups.yaml`. The disabled entry is an input to `ansible --list-hosts` so you can check your entry simply by running it with `ansible $hostlist --list-hosts` as root on the bridge host and ensuring that the list of hosts returned is as diff --git a/doc/source/translate.rst b/doc/source/translate.rst index bb92b06e3f..d6574503bc 100644 --- a/doc/source/translate.rst +++ b/doc/source/translate.rst @@ -16,8 +16,8 @@ At a Glance * https://translate-dev.openstack.org :Puppet: * https://opendev.org/opendev/puppet-zanata/tree/ - * :cgit_file:`modules/openstack_project/manifests/translate.pp` - * :cgit_file:`modules/openstack_project/manifests/translate-dev.pp` + * :git_file:`modules/openstack_project/manifests/translate.pp` + * :git_file:`modules/openstack_project/manifests/translate-dev.pp` :Projects: * http://zanata.org/ * https://github.com/zanata/ diff --git a/doc/source/wiki.rst b/doc/source/wiki.rst index 3ddd0e9fae..e7e356034f 100644 --- a/doc/source/wiki.rst +++ b/doc/source/wiki.rst @@ -15,7 +15,7 @@ At a Glance * https://wiki.openstack.org :Puppet: * https://opendev.org/opendev/puppet-mediawiki - * :cgit_file:`modules/openstack_project/manifests/wiki.pp` + * :git_file:`modules/openstack_project/manifests/wiki.pp` :Projects: * http://www.mediawiki.org/wiki/MediaWiki :Bugs: diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst index ac6dcdf63d..2941bdb6ba 100644 --- a/doc/source/zuul.rst +++ b/doc/source/zuul.rst @@ -17,8 +17,8 @@ At a Glance * zm*.openstack.org :Puppet: * https://opendev.org/opendev/puppet-zuul - * :cgit_file:`modules/openstack_project/manifests/zuul_prod.pp` - * :cgit_file:`modules/openstack_project/manifests/zuul_dev.pp` + * :git_file:`modules/openstack_project/manifests/zuul_prod.pp` + * :git_file:`modules/openstack_project/manifests/zuul_dev.pp` :Configuration: * :config:`zuul/` * :config:`zuul.d/`