Skip to content

Commit

Permalink
Update URLs and other references to old github id
Browse files Browse the repository at this point in the history
  • Loading branch information
derarion committed Sep 14, 2024
1 parent 04d4f23 commit 793e22a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_APP_GITHUB_REPO_NAME=radish19/momonga-lang-playground
VITE_APP_GITHUB_REPO_URL=https://github.com/radish19/momonga-lang-playground
VITE_APP_GITHUB_REPO_NAME=derarion/momonga-lang-playground
VITE_APP_GITHUB_REPO_URL=https://github.com/derarion/momonga-lang-playground
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 radish19
Copyright (c) 2023 derarion

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to the Momonga playground!
Momonga, named after [the Japanese flying squirrel](https://simple.wikipedia.org/wiki/Japanese_dwarf_flying_squirrel), is a programming language designed for complete beginners.

You can try it [here](https://radish19.github.io/momonga-lang-playground/)!
You can try it [here](https://derarion.github.io/momonga-lang-playground/)!

:warning: Momonga is still Under Development, but you can try some of its features.

Expand Down Expand Up @@ -95,7 +95,7 @@ Please refer to [Language Overview](#language-overview) section.
### No Setup

Most programming languages require setting up an environment to run code, which might reduce learners' motivation.
Momonga runs on the [playground](https://radish19.github.io/momonga-lang-playground/), so users need nothing but a web browser.
Momonga runs on the [playground](https://derarion.github.io/momonga-lang-playground/), so users need nothing but a web browser.

## Language Overview

Expand Down

0 comments on commit 793e22a

Please sign in to comment.