Skip to content

Commit f62fc50

Browse files
committed
[skip travis] fix documentation link in readme
1 parent ad9d402 commit f62fc50

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Release 0.1-0 (2/5/2020):
2+
23
New:
34
* created cpumat and cpuvec classes
45
* created gpumat and gpuvec classes
@@ -27,7 +28,10 @@ New:
2728
- mpi2cpu()
2829
- cpu2mpi()
2930
- mpi2mpi()
31+
3032
API Changes: None
33+
3134
Bug Fixes: None
35+
3236
Documentation:
3337
* Added documentation for most things.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* **License:** [BSL-1.0](http://opensource.org/licenses/BSL-1.0)
66
* **Project home**: https://github.com/fml-fam/fml
77
* **Bug reports**: https://github.com/fml-fam/fml/issues
8-
* **Documentation**: http://librestats.com/fml/html/index.html
8+
* **Documentation**: https://fml-fam.github.io/fml
99

1010

1111
<img align="right" src="./docs/logo/fml_med.png" />

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<li><b>License:</b> <a href="http://opensource.org/licenses/BSL-1.0">BSL-1.0</a></li>
9999
<li><b>Project home</b>: <a href="https://github.com/fml-fam/fml">https://github.com/fml-fam/fml</a></li>
100100
<li><b>Bug reports</b>: <a href="https://github.com/fml-fam/fml/issues">https://github.com/fml-fam/fml/issues</a></li>
101-
<li><b>Documentation</b>: <a href="http://librestats.com/fml/html/index.html">http://librestats.com/fml/html/index.html</a></li>
101+
<li><b>Documentation</b>: <a href="https://fml-fam.github.io/fml">https://fml-fam.github.io/fml</a></li>
102102
</ul>
103103
<div class="image">
104104
<img src="./docs/logo/fml_med.png" align="right"/>

docs/html/md_fml__n_e_w_s.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
<div class="title">NEWS </div> </div>
9393
</div><!--header-->
9494
<div class="contents">
95-
<div class="textblock"><p>Release 0.1-0 (2/5/2020): New:</p><ul>
95+
<div class="textblock"><p>Release 0.1-0 (2/5/2020):</p>
96+
<p>New:</p><ul>
9697
<li>created cpumat and cpuvec classes</li>
9798
<li>created gpumat and gpuvec classes</li>
9899
<li>created mpimat class</li>
@@ -127,9 +128,13 @@
127128
<li>added to mpihelpers namespace<ul>
128129
<li>mpi2cpu()</li>
129130
<li>cpu2mpi()</li>
130-
<li>mpi2mpi() API Changes: None Bug Fixes: None Documentation:</li>
131+
<li>mpi2mpi()</li>
131132
</ul>
132133
</li>
134+
</ul>
135+
<p>API Changes: None</p>
136+
<p>Bug Fixes: None</p>
137+
<p>Documentation:</p><ul>
133138
<li>Added documentation for most things. </li>
134139
</ul>
135140
</div></div><!-- contents -->

0 commit comments

Comments
 (0)