Skip to content

Commit

Permalink
Docs: Remove link to old video
Browse files Browse the repository at this point in the history
The old video still use the old syntax and the name SixtyFPS.
Used the video that creates a small calculator for Rust
  • Loading branch information
ogoffart committed Apr 19, 2023
1 parent 893983e commit c11415d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ The `docs` folder contains a lot more information, including

Refer to the README of each language directory in the `api` folder:

- [C++](api/cpp) ([Documentation](https://slint-ui.com/docs/cpp) | [Tutorial](https://slint-ui.com/docs/tutorial/cpp) | [Tutorial Video](https://youtu.be/_-Hxr6ZrHyo) | [Getting Started Template](https://github.com/slint-ui/slint-cpp-template))
- [Rust](api/rs/slint) [![Crates.io](https://img.shields.io/crates/v/slint)](https://crates.io/crates/slint) ([Documentation](https://slint-ui.com/docs/rust/slint/) | [Tutorial](https://slint-ui.com/docs/tutorial/rust) | [Tutorial Video](https://youtu.be/_-Hxr6ZrHyo) | [Getting Started Template](https://github.com/slint-ui/slint-rust-template))
- [C++](api/cpp) ([Documentation](https://slint-ui.com/docs/cpp) | [Tutorial](https://slint-ui.com/docs/tutorial/cpp) | [Getting Started Template](https://github.com/slint-ui/slint-cpp-template))
- [Rust](api/rs/slint) [![Crates.io](https://img.shields.io/crates/v/slint)](https://crates.io/crates/slint) ([Documentation](https://slint-ui.com/docs/rust/slint/) | [Tutorial](https://slint-ui.com/docs/tutorial/rust) | [Tutorial Video](https://youtu.be/WBcv4V-whHk) | [Getting Started Template](https://github.com/slint-ui/slint-rust-template))
- [JavaScript/NodeJS (Beta)](api/node) [![npm](https://img.shields.io/npm/v/slint-ui)](https://www.npmjs.com/package/slint-ui) ([Documentation](https://slint-ui.com/docs/node) | [Tutorial](https://slint-ui.com/docs/tutorial/node) | [Getting Started Template](https://github.com/slint-ui/slint-nodejs-template))

## Demos
Expand Down
4 changes: 1 addition & 3 deletions docs/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h2>Documentation</h2>
<br />
<a class="btn" href="tutorial/rust">👨‍🏫 Rust Tutorial</a>
<br />
<a class="btn" href="https://youtu.be/_-Hxr6ZrHyo" >🎬 Tutorial Video</a >
<a class="btn" href="https://youtu.be/WBcv4V-whHk" >🎬 Tutorial Video</a>
<br />
<a class="btn" href="https://github.com/slint-ui/slint-rust-template" >📝 Project Template</a >
</li>
Expand All @@ -480,8 +480,6 @@ <h2>Documentation</h2>
<br />
<a class="btn" href="tutorial/cpp">👨‍🏫 C++ Tutorial</a>
<br />
<a class="btn" href="https://youtu.be/_-Hxr6ZrHyo" >🎬 Tutorial Video</a >
<br />
<a class="btn" href="https://github.com/slint-ui/slint-rust-template" >📝 Project Template</a >
</li>
<li>
Expand Down

0 comments on commit c11415d

Please sign in to comment.