Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Replace all Linode API docs URLs with their TechDocs equivalents #547

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

lgarber-akamai
Copy link
Contributor

@lgarber-akamai lgarber-akamai commented Jul 18, 2024

📝 Description

This pull request swaps out all references to the legacy Linode API docs for their TechDocs counterparts.

✔️ How to Test

The following test steps assume you have pulled down this PR locally

Validate that all legacy URLs have been removed

  1. Run the following to detect any instances of linode.com/docs/api in the project:
find . -type f -name '*.py' | xargs grep -rni 'linode.com/docs/api'
  1. Ensure no results are found.

@lgarber-akamai lgarber-akamai added the documentation for updates to the documentation in the changelog. label Jul 18, 2024
@lgarber-akamai lgarber-akamai requested a review from a team as a code owner July 18, 2024 21:03
@lgarber-akamai lgarber-akamai requested review from zliang-akamai and yec-akamai and removed request for a team July 18, 2024 21:03
Copy link
Contributor

@yec-akamai yec-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified all URLs are replaced, nice work!

@lgarber-akamai lgarber-akamai merged commit 45d12a9 into linode:dev Jul 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation for updates to the documentation in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants