From 36b6fb5498e67db2e67acc5f14dbbfc2e17a1216 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 18 Feb 2023 20:33:16 -0800 Subject: [PATCH 1/2] Change some "read more" links --- docs/guides/main.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 2b573ac32..497d237e9 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -298,9 +298,9 @@ You can always get help using the ``beet help`` command. The plain ``beet help`` command lists all the available commands; then, for example, ``beet help import`` gives more specific help about the ``import`` command. -Please let me know what you think of beets via `the discussion board`_ or -`Twitter`_. +Please let us know what you think of beets via `the discussion board`_ or +`Mastodon`_. .. _the mailing list: https://groups.google.com/group/beets-users -.. _the discussion board: https://discourse.beets.io -.. _twitter: https://twitter.com/b33ts +.. _the discussion board: https://github.com/beetbox/beets/discussions +.. _mastodon: https://fosstodon.org/@beets From 0f013f53ef0061a4459e064ffbf20d8f961cc1ed Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 18 Feb 2023 20:37:48 -0800 Subject: [PATCH 2/2] Link to walkthrough on blog Closes #4382. --- docs/guides/main.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 497d237e9..0edbdcbda 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -298,6 +298,9 @@ You can always get help using the ``beet help`` command. The plain ``beet help`` command lists all the available commands; then, for example, ``beet help import`` gives more specific help about the ``import`` command. +If you need more of a walkthrough, you can read an illustrated one `on the +beets blog `_. + Please let us know what you think of beets via `the discussion board`_ or `Mastodon`_.