Skip to content

Commit 3113a90

Browse files
authored
[rust] remove demo url in readme (#1329)
### Description Since this included in the metadata, can be removed ### 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 750521f commit 3113a90

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

rust/axum/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ relatedTemplates:
2020

2121
This example shows how to deploy a Rust web application using the Axum framework on Vercel with streaming capabilities.
2222

23-
## Demo
24-
25-
https://rust-axum.vercel.app
26-
2723
## Project Structure
2824

2925
- `api/axum.rs` - Main Axum application

rust/hello-world/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ relatedTemplates:
2020

2121
This example demonstrates how to create Rust serverless functions on Vercel with multiple endpoints showcasing different capabilities.
2222

23-
## Demo
24-
25-
https://rust-hello-world.vercel.app
26-
2723
## Project Structure
2824

2925
- `api/hello` - Basic handler with json response

0 commit comments

Comments
 (0)