PEP-1608: Remove links to decommissioned demo-bill-pay hosted app#1844
Merged
Merged
Conversation
The demo-bill-pay app is being decommissioned off Vercel, so the hosted version (demo-bill-pay.vercel.app) is going away. Remove all references to the hosted site while keeping the GitHub source links intact. - Delete the "Use the hosted app" guide page, which was built entirely around the hosted Vercel app - Remove its sidebar entry; the bill pay guide now flows Introduction -> Run the app locally -> How it works - Re-point the two legacy use-bill-pay-demo-app redirects to run-demo-app-locally so old bookmarks don't 404 - Drop "hosted version" framing from the introduction and the "Like the hosted app" comparison in the run-locally guide GitHub repo links (github.com/codatio/demo-bill-pay) are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Link check results for preview deployment (https://codat-docs-git-PEP-1608-remove-demo-bill-pay-hosted-links-codat.vercel.app): |
Rachel-Codat
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes documentation links to the demo-bill-pay hosted app, which is being decommissioned off Vercel (PEP-1608). The hosted site (
demo-bill-pay.vercel.app) is going away; the GitHub source repo stays, so allgithub.com/codatio/demo-bill-paylinks are left intact.Changes
use-bill-pay-demo-app.md("Use the hosted app") guide page — it was built entirely around the hosted Vercel app and is no longer useful.use-bill-pay-demo-appredirects torun-demo-app-locallyso old bookmarks don't 404.Notes
The "API reference"-style sidebar links that lack an external-link icon are internal site paths (rendered OpenAPI pages), so that's expected behaviour — out of scope here.
🤖 Generated with Claude Code