Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Feb 25, 2025
1 parent b1d3fd9 commit 42972af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**ZTM's Flexible HUD mod for ioquake3** is a mod for [ioquake3](https://github.com/ioquake/ioq3) with widescreen HUD and other features. See the [website](https://clover.moe/flexible-hud-for-ioq3/) for more details.

Flexible HUD code commits: [compare/upstream...master](https://github.com/zturtleman/flexible-hud-for-ioq3/compare/upstream...master)
Flexible HUD code commits: [compare/upstream...master](https://github.com/clover-moe/flexible-hud-for-ioq3/compare/upstream...master)

## Compiling

Expand All @@ -9,14 +9,14 @@ ZTM's Flexible HUD mod for ioquake3 is compiled using `make`. For details see th
The engine is unmodified ioquake3. You could build only the mod using the following:

```
git clone https://github.com/zturtleman/flexible-hud-for-ioq3.git
git clone https://github.com/clover-moe/flexible-hud-for-ioq3.git
cd flexible-hud-for-ioq3
make BUILD_SERVER=0 BUILD_CLIENT=0
```

## Discussion

* [Discord (Clover.moe Community)](https://discord.gg/YJEYxFfSDy)
* [Discussion / Technical support](https://clover.moe/open-source)


## License
Expand Down
4 changes: 2 additions & 2 deletions dist/ztm-flexible-hud-r8-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ exec ztm-ioq3-veryhighquality.cfg; vid_restart
## Source Code

The source code is available on GitHub licensed as GPLv2+ in the
zturtleman/flexible-hud-for-ioq3 repository.
clover-moe/flexible-hud-for-ioq3 repository.

To build it from a terminal use the following:

git clone https://github.com/zturtleman/flexible-hud-for-ioq3.git
git clone https://github.com/clover-moe/flexible-hud-for-ioq3.git
cd flexible-hud-for-ioq3
git checkout flexible_hud-r8
make BUILD_SERVER=0 BUILD_CLIENT=0
Expand Down

0 comments on commit 42972af

Please sign in to comment.