Skip to content

Commit 896d1cd

Browse files
committed
Update URLs
1 parent 3582298 commit 896d1cd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/matplotlib/mpl-data/matplotlibrc

+4-3
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,10 @@
738738
## * INTERACTIVE KEYMAPS *
739739
## ***************************************************************************
740740
## Event keys to interact with figures/plots via keyboard.
741-
## See https://matplotlib.org/users/navigation_toolbar.html for more details on
742-
## interactive navigation. Customize these settings according to your needs.
743-
## Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '')
741+
## See https://matplotlib.org/stable/users/explain/interactive.html for more
742+
## details on interactive navigation. Customize these settings according to
743+
## your needs. Leave the field(s) empty if you don't need a key-map. (i.e.,
744+
## fullscreen : '')
744745
#keymap.fullscreen: f, ctrl+f # toggling
745746
#keymap.home: h, r, home # home or reset mnemonic
746747
#keymap.back: left, c, backspace, MouseButton.BACK # forward / backward keys

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def make_release_tree(self, base_dir, files):
263263
author="John D. Hunter, Michael Droettboom",
264264
author_email="matplotlib-users@python.org",
265265
url="https://matplotlib.org",
266-
download_url="https://matplotlib.org/users/installing.html",
266+
download_url="https://matplotlib.org/stable/users/installing/index.html",
267267
project_urls={
268268
'Documentation': 'https://matplotlib.org',
269269
'Source Code': 'https://github.com/matplotlib/matplotlib',

0 commit comments

Comments
 (0)