Skip to content

Commit

Permalink
Fixed URL link with cargo-sync on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UpsettingBoy committed Sep 24, 2021
1 parent b00cfe6 commit e8b9106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Right now `gpgpu` uses some of `wgpu`'s type on its public API.
It may be removed in the future.

To start using `gpgpu`, just create a [`Framework`](https://docs.rs/gpgpu/latest/gpgpu/struct.Framework.html) instance
and follow the examples in the main repository.
and follow the [examples](https://github.com/UpsettingBoy/gpgpu-rs) in the main repository.

# Example
Small program that multiplies 2 vectors A and B; and stores the
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//! Right now `gpgpu` uses some of `wgpu`'s type on its public API.
//! It may be removed in the future.
//!
//! To start using `gpgpu`, just create a [`Framework`] instance
//! and follow the examples in the main repository.
//! To start using `gpgpu`, just create a [`Framework`](crate::Framework) instance
//! and follow the [examples](https://github.com/UpsettingBoy/gpgpu-rs) in the main repository.
//!
//! # Example
//! Small program that multiplies 2 vectors A and B; and stores the
Expand Down

0 comments on commit e8b9106

Please sign in to comment.