diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-12 18:46:43 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-12 18:46:43 +1100 |
commit | f410170707250976c4fb177f3cd1b02a360a5b20 (patch) | |
tree | 9a07ccd4a538779f08116985c04094e8f3b77a43 /docs/source/siteadmin/upgrading.rst | |
parent | 9aff1477ff9547436ebcacbd9d3dcd5e84f41f14 (diff) | |
download | mediagoblin-f410170707250976c4fb177f3cd1b02a360a5b20.tar.lz mediagoblin-f410170707250976c4fb177f3cd1b02a360a5b20.tar.xz mediagoblin-f410170707250976c4fb177f3cd1b02a360a5b20.zip |
Clarify how to find the version number.
Diffstat (limited to 'docs/source/siteadmin/upgrading.rst')
-rw-r--r-- | docs/source/siteadmin/upgrading.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/upgrading.rst b/docs/source/siteadmin/upgrading.rst index 9507cf24..b1b1fb8d 100644 --- a/docs/source/siteadmin/upgrading.rst +++ b/docs/source/siteadmin/upgrading.rst @@ -61,8 +61,8 @@ Upgrade (already on Python 3) sudo journalctl -u mediagoblin-paster.service -f sudo journalctl -u mediagoblin-celeryd.service -f -6. View your site and hover your cursor over "MediaGoblin" to confirm the - version number you're running. +6. View your site and hover your cursor over the "MediaGoblin" link in the + footer to confirm the version number you're running. Upgrading to Python 3 |