Mass replacement of http with https urls, fixed broken urls

This commit is contained in:
krzychb
2017-09-05 21:58:31 +02:00
parent 604308f4ab
commit 672390c458
24 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ To use this functionality, make sure "Timers used for gettimeofday function" opt
## Working with time
To get current time, [`gettimeofday`](http://man7.org/linux/man-pages/man2/gettimeofday.2.html) function may be used. Additionally the following [standard C library functions](http://en.cppreference.com/w/cpp/header/ctime) can be used to obtain time and manipulate it:
To get current time, [`gettimeofday`](http://man7.org/linux/man-pages/man2/gettimeofday.2.html) function may be used. Additionally the following [standard C library functions](https://en.cppreference.com/w/cpp/header/ctime) can be used to obtain time and manipulate it:
gettimeofday
time