Skip to content

Commit

Permalink
Changed links
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Shwagginz committed Sep 21, 2023
1 parent dc3534d commit 88f4be8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ write out to a .wad or .lmp file, and convert file types.
```yml
dependencies:
wa-cr:
github: sol-vin/wa-cr
github: D-Shwagginz/wa-cr
```
2. Run `shards install`
Expand All @@ -37,8 +37,8 @@ additions, you must have [Raylib](https://github.com/raysan5/raylib/releases) in

wa-cr includes many methods that make jumping into and out of a .wad or .lmp file very easy.<br>
Following is a brief overview of what wa-cr can do.<br>
For a complete overview see wa-cr's [docs](https://sol-vin.github.io/wad-reader/index.html)
and the [complete overview](https://sol-vin.github.io/wad-reader/Documentation.html).
For a complete overview see wa-cr's [docs](https://D-Shwagginz.github.io/wa-cr/index.html)
and the [complete overview](https://D-Shwagginz.github.io/wa-cr/Documentation.html).

### Wad Data

Expand Down Expand Up @@ -136,7 +136,7 @@ Here is a full list of all modules inside `Apps`:

## Contributing

1. Fork it (<https://github.com/sol-vin/wad-reader/fork>)
1. Fork it (<https://github.com/D-Shwagginz/wa-cr/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down
2 changes: 1 addition & 1 deletion src/wa-cr/docs/c_usage/usage_f_writing_files.cr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Documentation
#
# NOTE: Writing a `WAD` creates new directories specific to that `WAD`,
# meaning that while the `WAD::Directory#size` and the `WAD::Directory#file_pos`
# are assigned automatically, you still have to make sure you [Make a New Directory](https://sol-vin.github.io/wad-reader/Documentation/C_Usage/C_OnDirectories.html#making-new-directories)
# are assigned automatically, you still have to make sure you [Make a New Directory](https://D-Shwagginz.github.io/wa-cr/Documentation/C_Usage/C_OnDirectories.html#making-new-directories)
# when creating something new in the wad, or else that new something won't get written out.
#
# ```
Expand Down
2 changes: 1 addition & 1 deletion src/wa-cr/docs/c_usage/usage_g_using_with_raylib.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Documentation
# for information on the Raylib Crystal C-Bindings
#
# NOTE: Some file conversion methods that `RaylibAdditions` contains are not
# mentioned here, but in [E_ConvertingFileTypes](https://sol-vin.github.io/wad-reader/Documentation/C_Usage/E_ConvertingFileTypes.html#the-following-convertion-methods-use-raylib-additions)
# mentioned here, but in [E_ConvertingFileTypes](https://D-Shwagginz.github.io/wa-cr/Documentation/C_Usage/E_ConvertingFileTypes.html#the-following-convertion-methods-use-raylib-additions)
#
# To use the `RaylibAdditions`, just require `wa-cr/raylib`:
#
Expand Down
2 changes: 1 addition & 1 deletion src/wa-cr/docs/c_usage/usage_h_apps.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Documentation
#
# Here is a quick reference list of all wa-cr apps:
#
# - [MapViewer](https://sol-vin.github.io/wad-reader/Documentation/C_Usage/H_Apps.html#map-viewer)
# - [MapViewer](https://D-Shwagginz.github.io/wa-cr/Documentation/C_Usage/H_Apps.html#map-viewer)
#
# ### Map Viewer
#
Expand Down
2 changes: 1 addition & 1 deletion src/wa-cr/docs/docs_b_installation.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Documentation
# ```yml
# dependencies:
# wa-cr:
# github: sol-vin/wa-cr
# github: D-Shwagginz/wa-cr
# ```
# And then run `shards install`
#
Expand Down

0 comments on commit 88f4be8

Please sign in to comment.