|
13 | 13 | .. _github: https://github.com/numpy/numpy
|
14 | 14 | .. _github help: https://help.github.com
|
15 | 15 | .. _`install it`: https://git-scm.com/downloads
|
16 |
| -.. _subversion: http://subversion.tigris.org/ |
17 |
| -.. _git cheat sheet: http://cheat.errtheblog.com/s/git |
| 16 | +.. _subversion: https://subversion.apache.org/ |
18 | 17 | .. _pro git book: https://git-scm.com/book/
|
19 | 18 | .. _git svn crash course: https://git.wiki.kernel.org/index.php/GitSvnCrashCourse
|
20 | 19 | .. _learn.github: https://learn.github.com/
|
21 | 20 | .. _network graph visualizer: https://github.blog/2008-04-10-say-hello-to-the-network-graph-visualizer/
|
22 | 21 | .. _git user manual: https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
|
23 | 22 | .. _git tutorial: https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
|
24 | 23 | .. _git community book: https://book.git-scm.com/
|
25 |
| -.. _git ready: http://www.gitready.com/ |
26 |
| -.. _git casts: http://www.gitcasts.com/ |
27 |
| -.. _Fernando's git page: http://www.fperez.org/py4science/git.html |
| 24 | +.. _git ready: https://gitready.com/ |
28 | 25 | .. _git magic: http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html
|
29 |
| -.. _git concepts: http://www.eecs.harvard.edu/~cduan/technical/git/ |
| 26 | +.. _git concepts: https://www.cduan.com/technical/git/ |
30 | 27 | .. _git clone: https://www.kernel.org/pub/software/scm/git/docs/git-clone.html
|
31 | 28 | .. _git checkout: https://www.kernel.org/pub/software/scm/git/docs/git-checkout.html
|
32 | 29 | .. _git commit: https://www.kernel.org/pub/software/scm/git/docs/git-commit.html
|
|
39 | 36 | .. _git branch: https://www.kernel.org/pub/software/scm/git/docs/git-branch.html
|
40 | 37 | .. _git remote: https://www.kernel.org/pub/software/scm/git/docs/git-remote.html
|
41 | 38 | .. _git config: https://www.kernel.org/pub/software/scm/git/docs/git-config.html
|
42 |
| -.. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html |
43 |
| -.. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html |
| 39 | +.. _why the -a flag?: https://gitready.com/beginner/2009/01/18/the-staging-area.html |
| 40 | +.. _git staging area: https://gitready.com/beginner/2009/01/18/the-staging-area.html |
44 | 41 | .. _tangled working copy problem: https://tomayko.com/writings/the-thing-about-git
|
45 | 42 | .. _git management: https://web.archive.org/web/20090328043540/http://kerneltrap.org/Linux/Git_Management
|
46 | 43 | .. _ linux git workflow: https://www.mail-archive.com/[email protected]/msg39091.html
|
47 | 44 | .. _ipython git workflow: https://mail.python.org/pipermail/ipython-dev/2010-October/005632.html
|
48 |
| -.. _git parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.html |
49 |
| -.. _git foundation: http://matthew-brett.github.com/pydagogue/foundation.html |
| 45 | +.. _git parable: https://tom.preston-werner.com/2009/05/19/the-git-parable.html |
| 46 | +.. _git foundation: https://matthew-brett.github.io/pydagogue/foundation.html |
50 | 47 | .. _numpy/main: https://github.com/numpy/numpy
|
51 | 48 | .. _git cherry-pick: https://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html
|
52 | 49 | .. _git blame: https://www.kernel.org/pub/software/scm/git/docs/git-blame.html
|
|
0 commit comments