tests: fixed links to rst manual.
This commit is contained in:
parent
3ca5ca1105
commit
3eb2aba342
4 changed files with 5 additions and 5 deletions
|
|
@ -238,7 +238,7 @@ following URL: ``{instance-URL}/_admin/ping``.
|
|||
pong[rce-7880] => 203.0.113.23
|
||||
|
||||
.. _Markdown: http://daringfireball.net/projects/markdown/
|
||||
.. _reStructured Text: http://docutils.sourceforge.net/docs/index.html
|
||||
.. _reStructured Text: http://docutils.sourceforge.io/docs/index.html
|
||||
|
||||
|
||||
Unarchiving a repository
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ link_config = [
|
|||
},
|
||||
{
|
||||
"name": "rst_help",
|
||||
"target": "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
|
||||
"target": "http://docutils.sourceforge.io/docs/user/rst/quickref.html",
|
||||
"external_target": "https://docutils.sourceforge.io/docs/user/rst/quickref.html",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -940,7 +940,7 @@ with multiple lines</p>
|
|||
Commenting on line o80.
|
||||
</div>
|
||||
<div class="comment-help pull-right">
|
||||
Comments parsed using <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">RST</a> syntax with <span class="tooltip" title="Use @username inside this text to send notification to this RhodeCode user">@mention</span> support.
|
||||
Comments parsed using <a href="http://docutils.sourceforge.io/docs/user/rst/quickref.html">RST</a> syntax with <span class="tooltip" title="Use @username inside this text to send notification to this RhodeCode user">@mention</span> support.
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
<textarea id="text_o80" name="text" class="comment-block-ta ac-input" autocomplete="off"></textarea>
|
||||
|
|
|
|||
|
|
@ -735,7 +735,7 @@ $('.compare_select').on('click',function(e){
|
|||
Commenting on line {1}.
|
||||
</div>
|
||||
<div class="comment-help pull-right">
|
||||
Comments parsed using <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">RST</a> syntax with <span class="tooltip" title="Use @username inside this text to send notification to this RhodeCode user">@mention</span> support.
|
||||
Comments parsed using <a href="http://docutils.sourceforge.io/docs/user/rst/quickref.html">RST</a> syntax with <span class="tooltip" title="Use @username inside this text to send notification to this RhodeCode user">@mention</span> support.
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
<textarea id="text_{1}" name="text" class="comment-block-ta ac-input"></textarea>
|
||||
|
|
@ -786,7 +786,7 @@ $('.compare_select').on('click',function(e){
|
|||
Create a comment on this Pull Request.
|
||||
</div>
|
||||
<div class="comment-help pull-right">
|
||||
Comments parsed using <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">RST</a> syntax with <span class="tooltip" title="Use @username inside this text to send notification to this RhodeCode user">@mention</span> support.
|
||||
Comments parsed using <a href="http://docutils.sourceforge.io/docs/user/rst/quickref.html">RST</a> syntax with <span class="tooltip" title="Use @username inside this text to send notification to this RhodeCode user">@mention</span> support.
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
<textarea class="comment-block-ta" id="text" name="text"></textarea>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue