Skip to content

Commit c21e5ab

Browse files
authored
Merge pull request #2491 from JohnHenryEden/gh-pages
Update testTemplate.html to point at right test template
2 parents 1cc0e68 + c6d2ff5 commit c21e5ab

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/testTemplate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<meta content="0; url=https://github.com/opencobra/cobratoolbox/blob/master/docs/source/guides/testTemplate.m" http-equiv="refresh"/>
3+
<meta content="0; url=https://github.com/opencobra/cobratoolbox/blob/d976c57c801d9e79729f5b6c11577c1bd66c92fe/documentation/source/guides/testTemplate.m" http-equiv="refresh"/>
44
</head>
55
<!-- Google tag (gtag.js) -->
66
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-KFJTC6J15L"></script>
@@ -17,6 +17,6 @@ <h1>The COBRA Toolbox</h1>
1717
<br/>
1818
See <a href="http://opencobra.github.io/cobratoolbox">the documentation</a>.<br/>
1919
Browse <a href="https://github.com/opencobra/cobratoolbox">the repository</a>.<br/>
20-
Use <a href="https://github.com/opencobra/cobratoolbox/blob/master/docs/source/guides/testTemplate.m">the test template</a>.<br/>
20+
Use <a href="https://github.com/opencobra/cobratoolbox/blob/d976c57c801d9e79729f5b6c11577c1bd66c92fe/documentation/source/guides/testTemplate.m">the test template</a>.<br/>
2121

2222
</body></html>

stable/contributing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h1>How to contribute<a class="headerlink" href="#how-to-contribute" title="Perm
193193
<li>More information on writing a <strong>test</strong> is
194194
<a class="reference external" href="https://opencobra.github.io/cobratoolbox/docs/testGuide.html">here</a>
195195
and a template is
196-
<a class="reference external" href="https://opencobra.github.io/cobratoolbox/docs/testTemplate.html">here</a>.</li>
196+
<a class="reference external" href="/cobratoolbox/docs/testTemplate.html">here</a>.</li>
197197
<li>More information on formatting the documentation is
198198
<a class="reference external" href="https://opencobra.github.io/cobratoolbox/docs/documentationGuide.html">here</a></li>
199199
<li>A guide for reporting an <strong>issue</strong> is <a class="reference external" href="https://opencobra.github.io/cobratoolbox/docs/issueGuide.html">here</a>.</li>
@@ -360,7 +360,7 @@ <h3>Test if a function throws an error or warning message<a class="headerlink" h
360360
<div class="section" id="test-template">
361361
<h3>Test template<a class="headerlink" href="#test-template" title="Permalink to this headline"></a></h3>
362362
<p>A test template is readily available
363-
<a class="reference external" href="https://opencobra.github.io/cobratoolbox/docs/testTemplate.html">here</a>.
363+
<a class="reference external" href="/cobratoolbox/docs/testTemplate.html">here</a>.
364364
The following sections shall be included in a test file:</p>
365365
<p class="rubric">1. Header</p>
366366
<div class="highlight-matlab notranslate"><div class="highlight"><pre><span></span><span class="c">% The COBRAToolbox: &lt;testNameOfSrcFile&gt;.m</span>

stable/docs/testTemplate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<meta content="0; url=https://github.com/opencobra/cobratoolbox/blob/master/documentation/source/guides/testTemplate.m" http-equiv="refresh"/>
3+
<meta content="0; url=https://github.com/opencobra/cobratoolbox/blob/d976c57c801d9e79729f5b6c11577c1bd66c92fe/documentation/source/guides/testTemplate.m" http-equiv="refresh"/>
44
</head>
55
<!-- Google tag (gtag.js) -->
66
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-KFJTC6J15L"></script>
@@ -17,6 +17,6 @@ <h1>The COBRA Toolbox</h1>
1717
<br/>
1818
See <a href="http://opencobra.github.io/cobratoolbox">the documentation</a>.<br/>
1919
Browse <a href="https://github.com/opencobra/cobratoolbox">the repository</a>.<br/>
20-
Use <a href="https://github.com/opencobra/cobratoolbox/blob/master/docs/source/guides/testTemplate.m">the test template</a>.<br/>
20+
Use <a href="https://github.com/opencobra/cobratoolbox/blob/d976c57c801d9e79729f5b6c11577c1bd66c92fe/documentation/source/guides/testTemplate.m">the test template</a>.<br/>
2121

2222
</body></html>

stable/guides/testGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h2>Test if a function throws an error or warning message<a class="headerlink" h
285285
<div class="section" id="test-template">
286286
<h2>Test template<a class="headerlink" href="#test-template" title="Permalink to this headline"></a></h2>
287287
<p>A test template is readily available
288-
<a class="reference external" href="https://opencobra.github.io/cobratoolbox/docs/testTemplate.html">here</a>.
288+
<a class="reference external" href="/cobratoolbox/docs/testTemplate.html">here</a>.
289289
The following sections shall be included in a test file:</p>
290290
<p class="rubric">1. Header</p>
291291
<div class="highlight-matlab"><div class="highlight"><pre><span></span><span class="c">% The COBRAToolbox: &lt;testNameOfSrcFile&gt;.m</span>

0 commit comments

Comments
 (0)