Skip to content

Commit 8c21c0e

Browse files
authored
Fix redirecting links in README
1 parent 9441f26 commit 8c21c0e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ blog post"). This fork adds functionality not added to the original branch.
1010
For the best introduction to get started with `git flow`, please read Jeff
1111
Kreeftmeijer's blog post:
1212

13-
[http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/)
13+
[Using git-flow to automate your git branching workflow](https://jeffkreeftmeijer.com/git-flow/)
1414

1515
Or have a look at one of these screen casts:
1616

17-
* [How to use a scalable Git branching model called git-flow](http://buildamodule.com/video/change-management-and-version-control-deploying-releases-features-and-fixes-with-git-how-to-use-a-scalable-git-branching-model-called-gitflow) (by Build a Module)
18-
* [A short introduction to git-flow](http://vimeo.com/16018419) (by Mark Derricutt)
19-
* [On the path with git-flow](https://vimeo.com/codesherpas/on-the-path-gitflow) (by Dave Bock)
17+
* [How to use a scalable Git branching model called git-flow](https://buildamodule.com/index.php?q=video/change-management-and-version-control-deploying-releases-features-and-fixes-with-git-how-to-use-a-scalable-git-branching-model-called-gitflow) (by Build a Module)
18+
* [A short introduction to git-flow](https://vimeo.com/16018419) (by Mark Derricutt)
19+
* [On the path with git-flow](https://vimeo.com/37408017) (by Dave Bock)
2020

2121
A quick cheatsheet was made by Daniel Kummer:
2222

23-
[http://danielkummer.github.io/git-flow-cheatsheet/](http://danielkummer.github.io/git-flow-cheatsheet/)
23+
[https://danielkummer.github.io/git-flow-cheatsheet/](https://danielkummer.github.io/git-flow-cheatsheet/)
2424

2525
## Installing git-flow
2626

@@ -29,18 +29,18 @@ See the Wiki for up-to-date [Installation Instructions](https://github.com/peter
2929

3030
## Integration with your shell
3131

32-
For those who use the [Bash](http://www.gnu.org/software/bash/) or [ZSH](http://www.zsh.org)
32+
For those who use the [Bash](https://www.gnu.org/software/bash/) or [ZSH](https://www.zsh.org/)
3333
shell, you can use my [fork of git-flow-completion](https://github.com/petervanderdoes/git-flow-completion)
3434
which includes several additions for git-flow (AVH Edition), or you can use the
35-
original [git-flow-completion](http://github.com/bobthecow/git-flow-completion)
36-
project by [bobthecow](http://github.com/bobthecow). Both offer tab-completion
35+
original [git-flow-completion](https://github.com/bobthecow/git-flow-completion)
36+
project by [bobthecow](https://github.com/bobthecow). Both offer tab-completion
3737
for git-flow subcommands and branch names with my fork including tab-completion
3838
for the commands not found in the original git-flow.
3939

4040

4141
## FAQ
4242

43-
* See the [FAQ](http://github.com/petervanderdoes/gitflow-avh/wiki/FAQ) section
43+
* See the [FAQ](https://github.com/petervanderdoes/gitflow-avh/wiki/FAQ) section
4444
of the project Wiki.
4545
* Version Numbering Scheme.
4646
Starting with version 1.0, the project uses the following scheme:
@@ -51,14 +51,14 @@ Starting with version 1.0, the project uses the following scheme:
5151

5252
This project is under constant development. Feedback and suggestions are very
5353
welcome and I encourage you to use the [Issues
54-
list](http://github.com/petervanderdoes/gitflow-avh/issues) on Github to provide that
54+
list](https://github.com/petervanderdoes/gitflow-avh/issues) on Github to provide that
5555
feedback.
5656

5757
Feel free to fork this repository and to commit your additions. For a list of
5858
all contributors, please see the [AUTHORS](AUTHORS) file.
5959

6060
Any questions, tips, or general discussion can be posted to the Google group:
61-
[http://groups.google.com/group/gitflow-users](http://groups.google.com/group/gitflow-users)
61+
[http://groups.google.com/group/gitflow-users](https://groups.google.com/g/gitflow-users)
6262
This is the original group set up to support the nvie branch, but I am monitoring
6363
the list as well for any questions related to my version.
6464
When you do post a question on the list please indicate which version you are,
@@ -118,7 +118,7 @@ those questions to accept the (sane) default suggestions.
118118

119119
The ``-d`` flag will accept all defaults.
120120

121-
![Screencast git flow init](http://i.imgur.com/lFQbY5V.gif)
121+
![Screencast git flow init](https://i.imgur.com/lFQbY5V.gif)
122122

123123
### Creating feature/release/hotfix/support branches
124124

0 commit comments

Comments
 (0)