From 4e6e9dc63d369cd329a6f10c7eca80851f62ca3b Mon Sep 17 00:00:00 2001 From: Manuel David Arias G Date: Tue, 16 Nov 2021 18:43:04 -0500 Subject: [PATCH] fixed url image --- 1-version-control-systems/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-version-control-systems/index.md b/1-version-control-systems/index.md index 7a7dbd6..f1dcb8c 100644 --- a/1-version-control-systems/index.md +++ b/1-version-control-systems/index.md @@ -6,8 +6,8 @@ Let's see what we can do with VCS, and how it will benefit our developer skills. A version control system (VCS) is a piece of software that records files and the changes in those files so you can switch in between specific versions later. The collection of versions are saved in a place called repository so they are tracked into a captured snapshot at certain point in time. -![Version control systems](https://www.vogella.com/tutorials/Git/img/xvcs_state10.png.pagespeed.ic._BJgeBXw1P.webp) -Source: [Vogella](https://www.vogella.com/tutorials/Git/article.html#introduction-into-version-control-systems) +![Version control systems](https://git-scm.com/images/branching-illustration@2x.png) +Source: [git-scm](https://git-scm.com/) Simple: Think about VCSs as a software that tracks all the changes you make to certain group of files so you can revert any change at any time. No more files named: `final-draft1-copy-this-is-final-now-correct-final-1`