Skip to content

Commit 80f9b0d

Browse files
authored
Merge pull request #1298 from aollier/gnu-rcs-link
Added link to GNU RCS
2 parents 7de0905 + a812388 commit 80f9b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/about-version-control.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To deal with this issue, programmers long ago developed local VCSs that had a si
2323
image::images/local.png[Local version control diagram]
2424

2525
One of the most popular VCS tools was a system called RCS, which is still distributed with many computers today.
26-
RCS works by keeping patch sets (that is, the differences between files) in a special format on disk; it can then re-create what any file looked like at any point in time by adding up all the patches.
26+
https://www.gnu.org/software/rcs/[RCS] works by keeping patch sets (that is, the differences between files) in a special format on disk; it can then re-create what any file looked like at any point in time by adding up all the patches.
2727

2828
==== Centralized Version Control Systems
2929

0 commit comments

Comments
 (0)