Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URLs and other references to old github id #24

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading