Skip to content

Commit d43e93e

Browse files
committed
Fix outdated URLs
1 parent d1a8cfb commit d43e93e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
</div>
22
<div id="footer-container">
33
<div id="footer">
4-
Copyright © Laurent Gomila &nbsp;::&nbsp;
5-
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp;
4+
Copyright &copy; Laurent Gomila &nbsp;::&nbsp;
5+
Documentation generated by <a href="https://www.doxygen.nl/" title="doxygen website">doxygen</a> &nbsp;::&nbsp;
66
</div>
77
</div>
88
</body>

doc/mainpage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// Welcome to the official SFML documentation for C. Here you will find a detailed
66
/// view of all the SFML <a href="./globals_func.htm">functions</a>.<br/>
77
/// If you are looking for tutorials, you can visit the official website
8-
/// at <a href="http://www.sfml-dev.org/">www.sfml-dev.org</a>.
8+
/// at <a href="https://www.sfml-dev.org/">www.sfml-dev.org</a>.
99
///
1010
/// \section example Short example
1111
/// Here is a short example, to show you how simple it is to use SFML in C :

0 commit comments

Comments
 (0)