diff --git a/README.md b/README.md index 560895e..01fcb0a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # imgupload -![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/BBaoVanC/imgupload/master?color=purple) + ## What is imgupload? @@ -17,7 +17,7 @@ imgupload is a Flask + uWSGI application to serve as an all-purpose image/file u **Where can I send bug reports and feature requests?** -You can create an issue [here](https://gitea.bbaovanc.com/bbaovanc/imgupload/issues). +You can create an issue [here](https://git.bbaovanc.com/bbaovanc/imgupload/issues). **How do I use this program?** @@ -25,18 +25,18 @@ See [Installation](#installation) **I want to make a pull request. Where should I do that?** -First, fork [this repository](https://gitea.bbaovanc.com/bbaovanc/imgupload). If you don't have an account on my Gitea site yet, you can either create one, or sign in using your GitHub account. Commit your changes to your fork, and then create a pull request. +First, fork [this repository](https://git.bbaovanc.com/bbaovanc/imgupload). If you don't have an account on my Gitea site yet, you can either create one, or sign in using your GitHub account. Commit your changes to your fork, and then create a pull request. --- ## Installation -1. Clone the repository: `git clone https://gitea.bbaovanc.com/bbaovanc/imgupload.git` +1. Clone the repository: `git clone https://git.bbaovanc.com/bbaovanc/imgupload.git` 2. Enter the imgupload directory: `cd imgupload` 3. Create a virtualenv: `python3 -m venv env` 4. Enter the virtualenv: `source env/bin/activate` 5. Install dependencies: `python3 -m pip install -r requirements.txt` -6. [Run the Flask app](#running-the-flask-App) +6. [Run the Flask app](#running-the-flask-app) --- @@ -60,4 +60,4 @@ $ flask run ## License -_imgupload_ is licensed under the GPLv3 license. For more information, please refer to [`LICENSE`](https://gitea.bbaovanc.com/bbaovanc/imgupload/src/branch/master/LICENSE) +_imgupload_ is licensed under the GPLv3 license. For more information, please refer to [`LICENSE`](https://git.bbaovanc.com/bbaovanc/imgupload/src/branch/master/LICENSE)