]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/_templates/page.html: redirect to etherpad 32197/head
authorNeha <nojha@redhat.com>
Thu, 12 Dec 2019 04:21:04 +0000 (04:21 +0000)
committerNeha <nojha@redhat.com>
Thu, 12 Dec 2019 04:21:04 +0000 (04:21 +0000)
This simplifies things for users who are not able to add cards to
https://github.com/ceph/ceph/projects/4 due to insufficient permissions.

Signed-off-by: Neha Ojha <nojha@redhat.com>
doc/_templates/page.html

index 914a752fae567d3b0391f20f1bb588466be1581c..cfcf309b5d75198619b83e16d1f98fae319fe18a 100644 (file)
@@ -13,7 +13,7 @@
 
 {%- if edit_on_github_url %}
   <div id="docubetter" align="right" style="display:none; padding: 15px; font-weight: bold;">
-    <a id="edit-on-github" href="{{ edit_on_github_url }}" rel="nofollow">{{ _('Edit on GitHub')}}</a> | <a href="https://github.com/ceph/ceph/projects/4">Report a Documentation Bug</a>
+    <a id="edit-on-github" href="{{ edit_on_github_url }}" rel="nofollow">{{ _('Edit on GitHub')}}</a> | <a href="https://pad.ceph.com/p/Report_Documentation_Bugs">Report a Documentation Bug</a>
   </div>
 {%- endif %}