|
15 | 15 | {%- set titlesuffix = "" %} |
16 | 16 | {%- endif %} |
17 | 17 | {%- macro githublink() -%} |
18 | | -<a href="https://github.com/mongodb/docs/blob/{{theme_branch}}/source/{{pagename}}.txt" target="_blank" title="Edit {{pagename|e}}.txt on github">Edit this Page</a> |
| 18 | +<a href="https://github.com/mongodb/{{ theme_repo_name }}/blob/{{theme_branch}}/source/{{pagename}}.txt" target="_blank" title="Edit {{pagename|e}}.txt on github">Edit this Page</a> |
19 | 19 | {%- endmacro -%} |
20 | 20 | {%- macro jiralink() -%} |
21 | 21 | https://jira.mongodb.org/secure/CreateIssueDetails!init.jspa?pid=10380&issuetype=4&priority=4&summary=Comment+on%3a+%22{{ pagename | escape }}%2Etxt%22 |
|
30 | 30 | {%- if not loop.first %}{{ reldelim2 }}{% endif %}</li> |
31 | 31 | {%- endfor #} |
32 | 32 | <li class="right">| {{- githublink() -}} </li> |
33 | | - <li class="right">| <a href="http://github.com/mongodb/docs" title="Fork the documentation on GitHub to contribute.">GitHub</a></li> |
| 33 | + <li class="right">| <a href="http://github.com/mongodb/{{ theme_repo_name }}" title="Fork the documentation on GitHub to contribute.">GitHub</a></li> |
34 | 34 | <li class="right"><a href="http://jira.mongodb.org/browse/DOCS" title="Open a case in Jira to report problems or make suggestions.">Jira</a></li> |
35 | 35 | {%- if show_logo %} |
36 | 36 | <li><p><a href="{{ pathto('index') }}"><img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/></p></li> |
|
197 | 197 | <div id="etp"> |
198 | 198 | <ul> |
199 | 199 | <li>{{ githublink() }}</li> |
200 | | -<li><a href="http://github.com/mongodb/docs" target="_blank" title="Fork the documentation on GitHub and contribute.">GitHub</a></li> |
| 200 | +<li><a href="http://github.com/mongodb/{{ theme_repo_name }}" target="_blank" title="Fork the documentation on GitHub and contribute.">GitHub</a></li> |
201 | 201 | <li><a id="jirafeedback" href="{{ jiralink()|e }}" target="_blank" title="Report a problem or send feedback about {{pagename|e}}.txt on Jira">Feedback</a></li> |
202 | 202 | </ul> |
203 | 203 | </div> |
|
227 | 227 | {%- endblock %} |
228 | 228 | {%- block footer %} |
229 | 229 | <div class="footer"> |
230 | | -<p>This documentation is a product of the MongoDB Documentation Project: fork the repository on <a href="https://github.com/mongodb/docs">GitHub</a>, or open a <a id="jirafooter" href="http://jira.mongodb.org/browse/DOCS">Jira Case</a> to contribute. |
| 230 | +<p>This documentation is a product of the MongoDB Documentation Project: fork the repository on <a href="https://github.com/mongodb/{{ theme_repo_name }}">GitHub</a>, or open a <a id="jirafooter" href="http://jira.mongodb.org/browse/DOCS">Jira Case</a> to contribute. |
231 | 231 | {%- if show_copyright %} |
232 | 232 | <p>{%- if hasdoc('copyright') %} |
233 | 233 | {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }} {% endtrans %} Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>. MongoDB®, Mongo®, and the leaf logo are registered trademarks of 10gen, Inc. |
|
0 commit comments