Skip to content

Comments

Fix outdated links to shopify API docs (bold-commerce#325)#326

Merged
oliver006 merged 1 commit intobold-commerce:masterfrom
rahji:master
Jun 2, 2025
Merged

Fix outdated links to shopify API docs (bold-commerce#325)#326
oliver006 merged 1 commit intobold-commerce:masterfrom
rahji:master

Conversation

@rahji
Copy link

@rahji rahji commented May 31, 2025

I replaced the broken links using the following one-liner. Also updated a typo for a link in variant.go

for f in `ls *.go`; do
perl -pi.bak -e 's!help.shopify.com/.*/(\w+)!shopify.dev/docs/api/admin-rest/latest/resources/$1!' $f
done

@oliver006
Copy link
Collaborator

That's awesome, thanks for doing this so quickly and thanks for the PR!

I'll review and merge later.

@oliver006 oliver006 merged commit 25a7dc1 into bold-commerce:master Jun 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants