Skip to content

Commit 61c441d

Browse files
committed
Fix typo in github release URL
1 parent fdc9bac commit 61c441d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Installation of Flibcpp is trivial, as it requires no external dependencies
2424
other than existing and compatible C++ and Fortran compilers, and a relatively
2525
recent version of CMake:
2626

27-
1. Clone the repository; `git clone https://github.com/swig-fortran/flibcpp`
27+
1. Clone the repository with `git clone https://github.com/swig-fortran/flibcpp` or [download a release](https://github.com/swig-fortran/flibcpp/releases)
2828
2. Create a build directory and execute `cmake $PATH_TO_SOURCE` (requires CMake
2929
3.8 or higher)
3030
3. Install using `make install`
@@ -36,13 +36,14 @@ available [on Github](https://github.com/swig-fortran/flibcpp-example-app).
3636

3737
## Documentation
3838

39-
See the [latest documentation](https://flibcpp.readthedocs.io/en/latest).
39+
The [latest documentation](https://flibcpp.readthedocs.io/en/latest) is hosted
40+
on readthedocs.io.
4041

4142
## Contribute
4243

4344
Pull requests are welcome. Feature requests can be added as issues. If there is
4445
strong interest in adding an option for C++03 compatibility, it could be
45-
eventually added. It would also be trivial to add support for single-precision
46+
added. It would also be trivial to add support for single-precision
4647
floats, but since most scientific software uses double-precision, we only
4748
support those for now.
4849

doc/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By default, Flibcpp builds shared libraries. Add the CMake argument
3232
.. _CMake: https://cmake.org
3333
.. _Homebrew: https://brew.sh
3434
.. _YUM: https://access.redhat.com/solutions/9934
35-
.. _Flibcpp source code: https://github.com/swig-fortran/flibcpp/releases .
35+
.. _Flibcpp source code: https://github.com/swig-fortran/flibcpp/releases
3636

3737
Downstream usage
3838
================

0 commit comments

Comments
 (0)