Skip to content

Commit 5f40590

Browse files
committed
Update links to RustAPI-examples repository
Replaced outdated references to 'rustapi-rs-examples' with the correct 'RustAPI-examples' repository in documentation files. Also added a link to the Benchmark Repository in the performance guide for improved clarity.
1 parent 98a2a14 commit 5f40590

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/cookbook/src/concepts/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Performance is not a guessing game. Below are results from our internal benchmar
9494
- **Scenario**: JSON serialization of 100 user objects
9595
- **Build**: `cargo build --release`
9696

97-
Results may vary based on hardware and workload. Run your own benchmarks:
97+
Results may vary based on hardware and workload. You can view our [Benchmark Repository](https://github.com/Tuntii/RustAPI-benchmark) or run your own:
9898
```bash
9999
cd benches
100100
./run_benchmarks.ps1

docs/cookbook/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is not just API documentation. This is a collection of:
1414

1515
## 🚀 New: Examples Repository
1616

17-
Looking for hands-on learning? Check out our **[Examples Repository](https://github.com/Tuntii/rustapi-rs-examples)** with 18 complete projects:
17+
Looking for hands-on learning? Check out our **[Examples Repository](https://github.com/Tuntii/RustAPI-examples)** with 18 complete projects:
1818

1919
| Category | Examples |
2020
|----------|----------|

docs/cookbook/src/learning/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to the RustAPI learning resources! This section provides structured lear
88

99
We maintain a comprehensive examples repository with **18 real-world projects** demonstrating RustAPI's full capabilities:
1010

11-
🔗 **[rustapi-rs-examples](https://github.com/Tuntii/rustapi-rs-examples)** - Complete examples from hello-world to production microservices
11+
🔗 **[RustAPI-examples](https://github.com/Tuntii/RustAPI-examples)** - Complete examples from hello-world to production microservices
1212

1313
### Why Use the Examples Repository?
1414

@@ -162,8 +162,8 @@ Find examples by the RustAPI features they demonstrate:
162162
### Clone the Repository
163163

164164
```bash
165-
git clone https://github.com/Tuntii/rustapi-rs-examples.git
166-
cd rustapi-rs-examples
165+
git clone https://github.com/Tuntii/RustAPI-examples.git
166+
cd RustAPI-examples
167167
```
168168

169169
### Run an Example
@@ -215,7 +215,7 @@ Each example includes:
215215

216216
Have a great example to share? We welcome contributions!
217217

218-
1. Fork the [rustapi-rs-examples](https://github.com/Tuntii/rustapi-rs-examples) repository
218+
1. Fork the [RustAPI-examples](https://github.com/Tuntii/RustAPI-examples) repository
219219
2. Create your example following our structure guidelines
220220
3. Add comprehensive documentation in README.md
221221
4. Submit a pull request

0 commit comments

Comments
 (0)