8000 Fix dead links in dev workflow docs (#29463) · matplotlib/matplotlib@2f51249 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f51249

Browse files
authored
Fix dead links in dev workflow docs (#29463)
- Removed unnecessary sentence in the development workflow. - Fixed broken link in `development_workflow.rst`.
1 parent f25e28e commit 2f51249

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/devel/development_workflow.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,10 @@ The editing workflow
138138
Note the ``-am`` options to ``commit``. The ``m`` flag signals that you are
139139
going to type a message on the command line. The ``a`` flag stages every
140140
file that has been modified, except files listed in ``.gitignore``. For more
141-
information, see `why the -a flag?`_ and the
142-
`git commit <https://git-scm.com/docs/git-commit>`_ manual page.
141+
information, see the `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
143142
#. To push the changes up to your forked repo on GitHub, do a ``git
144143
push``.
145144

146-
.. _why the -a flag?: http://gitready.com/beginner/2009/01/18/the-staging-area.html
147-
148145

149146
Verify your changes
150147
===================

0 commit comments

Comments
 (0)
0