Skip to content

Commit a00b359

Browse files
nnethercoteLegNeato
authored andcommitted
Fix guide links.
The first link is broken. The second and third links work, but go to the GitHub view of the relevant file rather than the proper rendered guide. This commit fixes all three links to point to the rendered guide.
1 parent ac2674f commit a00b359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</p>
88

99
<h3>
10-
<a href="https://rust-gpu.github.io/Rust-CUDA/guide/index.html">Guide</a>
10+
<a href="https://rust-gpu.github.io/rust-cuda/index.html">Guide</a>
1111
<span> | </span>
12-
<a href="guide/src/guide/getting_started.md">Getting Started</a>
12+
<a href="https://rust-gpu.github.io/rust-cuda/guide/getting_started.html">Getting Started</a>
1313
<span> | </span>
14-
<a href="guide/src/features.md">Features</a>
14+
<a href="https://rust-gpu.github.io/rust-cuda/features.html">Features</a>
1515
</h3>
1616
<strong>⚠️ The project is still in early development, expect bugs, safety issues, and things that don't work ⚠️</strong>
1717
</div>

0 commit comments

Comments
 (0)