[FIX] odoo_sh: wrong anchor link in update submodules part

Correct anchor is "_pulling_in_upstream_changes_from_the_submodule_remote" instead of
"_pulling_in_upstream_changes"
This commit is contained in:
Alex Tuyls 2020-07-01 14:25:53 +02:00 committed by Antoine Vandevenne (anv)
parent 35470e02fd
commit 53e3161a80

View File

@ -102,7 +102,7 @@ You can read the `git-scm.com documentation <https://git-scm.com/book/en/v2/Git-
for more details about the Git submodules.
For instance, if you would like to update your submodules to have their latest revision,
you can follow the chapter
`Pulling in Upstream changes <https://git-scm.com/book/en/v2/Git-Tools-Submodules#_pulling_in_upstream_changes>`_.
`Pulling in Upstream changes <https://git-scm.com/book/en/v2/Git-Tools-Submodules#_pulling_in_upstream_changes_from_the_submodule_remote>`_.
Ignore modules
==============