Skip to content

Commit

Permalink
all: fix case in GitHub URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Aug 21, 2024
1 parent 298d8c9 commit c01ba2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
chmod +x ./imgur.sh
# Get reference images to test against
git clone https://github.com/Larpon/shy-visual-tests
git clone https://github.com/larpon/shy-visual-tests
- name: Build SDL
run: |
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `shy` project works both as a V module and a standalone CLI tool.

# Games made with Shy

[Puzzle Vibes](https://blackgrain.itch.io/puzzle-vibes) ([Source](https://github.com/Larpon/puzzle_vibes))
[Puzzle Vibes](https://blackgrain.itch.io/puzzle-vibes) ([Source](https://github.com/larpon/puzzle_vibes))

# Targets

Expand All @@ -31,7 +31,7 @@ Windows, macOS, Linux, Raspberry PI, Android, Web (WASM/emscripten) and likely m
* 2D shape collision detection.
* 3D capable (via `sokol_gfx.h`)
* Multiple, runtime switchable, render modes (immediate, UI, step).
* [Visually tested](https://github.com/Larpon/shy/blob/master/.github/workflows/ci_visual_tests.yml) for graphic regressions.
* [Visually tested](https://github.com/larpon/shy/blob/master/.github/workflows/ci_visual_tests.yml) for graphic regressions.
* Fairly sub-system agnostic. Bring your own ECS, physics engine etc.
* [WIP] Assets system for easy loading (and freeing) of all kinds of assets: binary blobs, images,
music, sounds etc.
Expand Down Expand Up @@ -116,7 +116,7 @@ sudo ln -s ~/.vmodules/shy/shy /usr/local/bin/shy

## Shell tab completion (optional)
You can install tab completions for your shell by [following the instructions
here](https://github.com/Larpon/shy/blob/fb26741/cmd/complete.v#L11-L38).
here](https://github.com/larpon/shy/blob/fb26741/cmd/complete.v#L11-L38).

# Gamepad / Controller support

Expand Down
2 changes: 1 addition & 1 deletion wraps/wren/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ See the examples folder for usage.

# Install

`git clone https://github.com/Larpon/wren.git ~/.vmodules/wren`
`git clone https://github.com/larpon/wren.git ~/.vmodules/wren`
2 changes: 1 addition & 1 deletion wraps/wren/v.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Module {
description: 'A wrapper around the Wren scripting language'
version: '0.4.0'
license: 'MIT'
repo_url: 'https://github.com/Larpon/wren'
repo_url: 'https://github.com/larpon/wren'
dependencies: []
}

0 comments on commit c01ba2b

Please sign in to comment.