From 3811ae106872b62ad23d955412a56431b47ee68c Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 27 Sep 2020 20:03:14 -0700 Subject: [PATCH] fix: fix incorrect link to `upgrade_cli.rb` (#814) Looks like this was copypasted from the previous link. --- content/en/admin/tootctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/tootctl.md b/content/en/admin/tootctl.md index bed96dfa..79c7eed2 100644 --- a/content/en/admin/tootctl.md +++ b/content/en/admin/tootctl.md @@ -510,7 +510,7 @@ This is a computationally heavy procedure that creates extra database indices be ## Upgrade CLI {#upgrade} -{{< caption-link url="https://github.com/tootsuite/mastodon/blob/master/lib/mastodon/statuses_cli.rb" caption="lib/mastodon/upgrade\_cli.rb" >}} +{{< caption-link url="https://github.com/tootsuite/mastodon/blob/master/lib/mastodon/upgrade_cli.rb" caption="lib/mastodon/upgrade\_cli.rb" >}} ### `tootctl upgrade storage-schema` {#upgrade-storage-schema}