Skip to content

Broken external links in Tech Note and User's Guide #2767

@samsrabin

Description

@samsrabin

Many. To check them on a Mac, here's a bash one-liner that will open all the URLs in the .rst files in our doc/ directory:

open $(grep -hEo "(http|https)://[\#a-zA-Z0-9./?=_%:-]*[^.>;\),/]" $(find doc -name "*rst") | sort -u | sed "s/]//g")

Note that this is distinct from Issue #2541, which has to do with within-documentation links in the sidebar.

Also note that this issue does not include the broken links noted in its sibling issue #3192.

Metadata

Metadata

Assignees

Labels

bfbbit-for-bitbugsomething is working incorrectlydocs-loc:tech-noteRelates to Technical Note (science)docs-loc:users-guideRelates to User's Guide (using CTSM/tools)docs:minor-tech-fixMinor technical fix needed to documentation content (e.g. broken link, broken rendering)documentationadditions or edits to user-facing documentation or its infrastructuregood first issuesimple; good for first-time contributorssize: small

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions