From cb5389f494f72f008d648668c7174ee347cc9afc Mon Sep 17 00:00:00 2001 From: isaiah robinson <95643215+internetisaiah@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:23:25 -0800 Subject: [PATCH] adding 'ulinks' to './bdocs help' docs --- _docs/_contributing/bdocs.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_docs/_contributing/bdocs.md b/_docs/_contributing/bdocs.md index 126e427a78..52f2128d01 100644 --- a/_docs/_contributing/bdocs.md +++ b/_docs/_contributing/bdocs.md @@ -30,12 +30,13 @@ USAGE: ./bdocs [option] OPTIONS: - deploy Create the deploy body text for weekly deployments - release Create the release body text for monthly releases - tlinks Transform reference links to inline links on 1 or more pages - rlinks Remove reference links that are not being used on 1 or more pages - redirects List the old URLs for all new redirects in this branch - help Display this help message and exit + deploy Create the deploy body text for weekly deployments + release Create the release body text for monthly releases + tlinks Transform reference links to inline links on 1 or more pages + rlinks Remove unused reference links on 1 or more pages + ulinks Update old links using newest redirect on 1 or more pages + lredirects Test new redirects by listing old URLs in this branch + help Display this help message and exit ``` ## Copying to your clipboard