From 793e22a823c4d65b98df928838c4738cb1c8d79e Mon Sep 17 00:00:00 2001 From: derarion Date: Sat, 14 Sep 2024 15:38:45 +0900 Subject: [PATCH] Update URLs and other references to old github id --- .env | 4 ++-- LICENSE | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index a0c1181..8fede7c 100644 --- a/.env +++ b/.env @@ -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 diff --git a/LICENSE b/LICENSE index 10265e8..1161370 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 96b0590..2b5eced 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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