Skip to content

Commit 750521f

Browse files
authored
[rust] fix urls (#1328)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 5e41d0d commit 750521f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/axum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type:
99
css:
1010
- None
1111
githubUrl: https://github.com/vercel/examples/tree/main/rust/axum
12-
demoUrl: https://rust-axum.vercel.app
12+
demoUrl: https://rust-axum.vercel.dev
1313
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/rust/axum&project-name=rust-axum&repository-name=rust-axum
1414
publisher: Vercel
1515
relatedTemplates:

rust/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type:
99
css:
1010
- None
1111
githubUrl: https://github.com/vercel/examples/tree/main/rust/hello-world
12-
demoUrl: https://rust-hello-world.vercel.app
12+
demoUrl: https://rust-hello-world.vercel.dev
1313
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/rust/hello-world&project-name=rust-hello-world&repository-name=rust-hello-world
1414
publisher: Vercel
1515
relatedTemplates:

0 commit comments

Comments
 (0)