Skip to content

Commit

Permalink
Merge pull request #23 from KallistiOSUnchained/update_urls
Browse files Browse the repository at this point in the history
Update repo URLs
  • Loading branch information
andressbarajas authored Nov 15, 2024
2 parents 4a4a347 + 7486cd9 commit 23b017c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ host environment (or modify the utils/naomibintool Makefile to not
use libelf and to define NO_LIBELF for building that tool).

# kos-ports
[kos-ports](https://github.com/KallistiOS/kos-ports) is a package manager and repository of various useful libraries
[kos-ports](https://github.com/KallistiOSUnchained/kos-ports) is a package manager and repository of various useful libraries
that have been ported to KOS.

# Addons
Expand Down Expand Up @@ -136,9 +136,9 @@ on me later.

In addition, for those used to working with pull requests on GitHub, I accept
those as well. I assume you know how to make things work that way if you wish
to go that route. The mirror of the repository at GitHub is currently at the
to go that route. The repository at GitHub is currently at the
following url:
`https://github.com/KallistiOS/KallistiOS`
`https://github.com/KallistiOSUnchained/KallistiOS`

I don't guarantee that any patch will get included (especially if your patch
contains a lot of reformatting, sloppy coding, things at cross-purposes with
Expand Down Expand Up @@ -223,11 +223,6 @@ release of KOS 2.0.0.
Please read the other documents in the "doc" directory for more information.
Also check the FAQ if there is something you were wondering.

Also, please take note of our new web URL (below). We have moved hosting
to SourceForge for all console-related things.

`https://sourceforge.net/projects/cadcdev/`

[^1]: Note that this name is _not_ to be confused or associated with either the
professional development company Kalisto Software* or the cracking group
"Kalisto".
Expand Down
2 changes: 1 addition & 1 deletion examples/dreamcast/raylib/raytris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a block stacking puzzle game created using raylib following [this tutori
I have decided to continue past the tutorial in order to further develop my skills and make a nicer Raytris experience. You can see this [here](https://github.com/Niisoks/Tetris-RayLib4DC). If you are here _just_ to see what the tutorial looks like on kallistios, [please check the branch titled "TutorialCompletion"](https://github.com/Niisoks/Tetris-RayLib4DC/tree/TutorialCompletion).

## Tools and references used
- [KallistiOS (KOS)](https://github.com/KallistiOS/KallistiOS)
- [KallistiOS (KOS)](https://github.com/KallistiOSUnchained/KallistiOS)
- [Simulant Discord Server](https://discord.gg/NtBGReCtBT)
- [raylib4Dreamcast](https://github.com/raylib4Consoles/raylib4Dreamcast)
- [raylib](https://github.com/raysan5/raylib)
Expand Down
2 changes: 1 addition & 1 deletion utils/dc-chain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apk --update add --no-cache \
ARG dc_chain=stable
ARG makejobs=2
RUN mkdir -p /opt/toolchains/dc \
&& git clone https://git.code.sf.net/p/cadcdev/kallistios /opt/toolchains/dc/kos || git clone https://github.com/KallistiOS/KallistiOS.git /opt/toolchains/dc/kos \
&& git clone --depth=1 https://github.com/KallistiOSUnchained/KallistiOS.git /opt/toolchains/dc/kos \
&& cd /opt/toolchains/dc/kos/utils/dc-chain \
&& make build toolchain_profile=$dc_chain makejobs=$makejobs \
&& rm -rf /opt/toolchains/dc/kos
Expand Down

0 comments on commit 23b017c

Please sign in to comment.