diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-08-13 16:04:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 16:04:32 +0530 |
commit | 555495e4e9cb0b7d2fe8542737972ed8aa82f3bf (patch) | |
tree | 194995a6b426c13101cfd9bd2dc66fc189a39dca /mercurial.html.markdown | |
parent | 7f4e0992939fc3c24656d317fee62713af1fdd94 (diff) | |
parent | 55ec5c541476ec9faf51226f5e901a766fa88776 (diff) |
Merge pull request #3603 from Fasermaler/patch-1
[mercurial/en] Fix mercurial workflow link
Diffstat (limited to 'mercurial.html.markdown')
-rw-r--r-- | mercurial.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mercurial.html.markdown b/mercurial.html.markdown index 330beb35..98658f83 100644 --- a/mercurial.html.markdown +++ b/mercurial.html.markdown @@ -350,6 +350,6 @@ $ hg remove *.txt ## Further information -* [Learning Mercurial in Workflows](https://www.mercurial-scm.org/guid) +* [Learning Mercurial in Workflows](https://www.mercurial-scm.org/guide) * [Mercurial Quick Start](https://www.mercurial-scm.org/wiki/QuickStart) -* [Mercurial: The Definitive Guide by Bryan O'Sullivan](http://hgbook.red-bean.com/)
\ No newline at end of file +* [Mercurial: The Definitive Guide by Bryan O'Sullivan](http://hgbook.red-bean.com/) |