Update website url

This commit is contained in:
Isaac 2021-02-26 16:07:20 +00:00
parent ba4000de27
commit ddba4e2482
No known key found for this signature in database
GPG Key ID: 279D1F53391CED07
8 changed files with 15 additions and 15 deletions

View File

@ -21,7 +21,7 @@ You don't need to write code to contribute; all contributions are welcome and en
- [Submit a bug report](#submitting-a-bug-report) issue - [Submit a bug report](#submitting-a-bug-report) issue
- Help with bug triage - Help with bug triage
- [Request a new feature (or an improvement to an existing feature)](#submitting-a-feature-request) - [Request a new feature (or an improvement to an existing feature)](#submitting-a-feature-request)
- [Improve documentation](#updating-documentation) (the [website](https://discordtickets.eartharoid.me), or JSDoc comments) - [Improve documentation](#updating-documentation) (the [website](https://discordtickets.app), or JSDoc comments)
- [Help translate](#translating) - [Help translate](#translating)
- Create a tutorial (a video or page on the docs) - Create a tutorial (a video or page on the docs)
- [Answer someone's question in Discussions](https://github.com/eartharoid/DiscordTickets/discussions/categories/support-q-a?discussions_q=category%3A%22Support+%28Q%26A%29%22+is%3Aunanswered) - [Answer someone's question in Discussions](https://github.com/eartharoid/DiscordTickets/discussions/categories/support-q-a?discussions_q=category%3A%22Support+%28Q%26A%29%22+is%3Aunanswered)

View File

@ -1,8 +1,8 @@
<img src='https://discordtickets.eartharoid.me/img/logo-small-circle.png' align='left' width='180px' height='180px' style='margin: 30px 40px 0 0'/> <img src='https://discordtickets.app/img/logo-small-circle.png' align='left' width='180px' height='180px' style='margin: 30px 40px 0 0'/>
<!-- <img align='left' width='0' height='192px' hspace='10'/> --> <!-- <img align='left' width='0' height='192px' hspace='10'/> -->
<!-- omit in toc --> <!-- omit in toc -->
# [DiscordTickets](https://discordtickets.eartharoid.me) # [DiscordTickets](https://discordtickets.app)
[![GitHub stars](https://img.shields.io/github/stars/eartharoid/DiscordTickets?style=flat-square)](https://github.com/eartharoid/DiscordTickets/stargazers) [![GitHub stars](https://img.shields.io/github/stars/eartharoid/DiscordTickets?style=flat-square)](https://github.com/eartharoid/DiscordTickets/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/eartharoid/DiscordTickets?style=flat-square)](https://github.com/eartharoid/DiscordTickets/stargazers) [![GitHub forks](https://img.shields.io/github/forks/eartharoid/DiscordTickets?style=flat-square)](https://github.com/eartharoid/DiscordTickets/stargazers)
@ -70,18 +70,18 @@ If you choose SQLite, which is the default as it is the easiest, you don't need
## Getting started ## Getting started
| [**Host it yourself**](https://discordtickets.eartharoid.me/installation) | [**Fully managed hosting**](https://discordtickets.eartharoid.me/hosting) | [**Public test bot**](https://discord.com/oauth2/authorize?permissions=8&scope=applications.commands%20bot&client_id=475371285531066368) | | [**Host it yourself**](https://discordtickets.app/installation) | [**Fully managed hosting**](https://discordtickets.app/hosting) | [**Public test bot**](https://discord.com/oauth2/authorize?permissions=8&scope=applications.commands%20bot&client_id=475371285531066368) |
|:-:|:-:|:-:| |:-:|:-:|:-:|
| Recommended if you have a host and you've done this before. | Recommended if you have no idea what you're doing. | Try out the bot. Not recommended for production use. | | Recommended if you have a host and you've done this before. | Recommended if you have no idea what you're doing. | Try out the bot. Not recommended for production use. |
| [Go to the docs »](https://discordtickets.eartharoid.me/installation) | [Learn more »](https://discordtickets.eartharoid.me/hosting) | [Add to Discord »](https://discord.com/oauth2/authorize?permissions=8&scope=applications.commands%20bot&client_id=475371285531066368) | | [Go to the docs »](https://discordtickets.app/installation) | [Learn more »](https://discordtickets.app/hosting) | [Add to Discord »](https://discord.com/oauth2/authorize?permissions=8&scope=applications.commands%20bot&client_id=475371285531066368) |
## Documentation ## Documentation
You will find most of information you need at [discordtickets.eartharoid.me](https://discordtickets.eartharoid.me). You will find most of information you need at [discordtickets.app](https://discordtickets.app).
## Support ## Support
If the [documentation](https://discordtickets.eartharoid.me) leaves you with questions, you can ask for help in the [discussions](https://github.com/eartharoid/DiscordTickets/discussions/categories/support-q-a) or join the support server on Discord. If the [documentation](https://discordtickets.app) leaves you with questions, you can ask for help in the [discussions](https://github.com/eartharoid/DiscordTickets/discussions/categories/support-q-a) or join the support server on Discord.
[![Discord](https://discordapp.com/api/guilds/451745464480432129/widget.png?style=banner4)](https://go.eartharoid.me/discord) [![Discord](https://discordapp.com/api/guilds/451745464480432129/widget.png?style=banner4)](https://go.eartharoid.me/discord)

View File

@ -1 +1 @@
This documentation is intended to be accessed through the website (https://discordtickets.eartharoid.me) This documentation is intended to be accessed through the website (https://discordtickets.app)

View File

@ -2,7 +2,7 @@
site_name: DiscordTickets site_name: DiscordTickets
site_description: An open-source & self-hosted Discord bot for ticket management. site_description: An open-source & self-hosted Discord bot for ticket management.
site_author: eartharoid site_author: eartharoid
site_url: https://discordtickets.eartharoid.me site_url: https://discordtickets.app
# Repository # Repository
repo_name: eartharoid/DiscordTickets repo_name: eartharoid/DiscordTickets

View File

@ -1,5 +1,5 @@
{ {
"name": "@eartharoid/discordtickets", "name": "@eartharoid/discord-tickets",
"version": "3.0.0", "version": "3.0.0",
"private": true, "private": true,
"description": "An open-source Discord bot for ticket management", "description": "An open-source Discord bot for ticket management",
@ -25,7 +25,7 @@
"bugs": { "bugs": {
"url": "https://github.com/eartharoid/DiscordTickets/issues" "url": "https://github.com/eartharoid/DiscordTickets/issues"
}, },
"homepage": "https://discordtickets.eartharoid.me", "homepage": "https://discordtickets.app",
"funding": "https://github.com/eartharoid/DiscordTickets/?sponsor=1", "funding": "https://github.com/eartharoid/DiscordTickets/?sponsor=1",
"dependencies": { "dependencies": {
"@eartharoid/i18n": "^0.0.1", "@eartharoid/i18n": "^0.0.1",

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* @name @eartharoid/discordtickets * @name @eartharoid/discord-tickets
* @description An open-source Discord bot for ticket management * @description An open-source Discord bot for ticket management
* @copyright 2021 Isaac Saunders * @copyright 2021 Isaac Saunders
* @license GNU-GPLv3 * @license GNU-GPLv3

View File

@ -10,14 +10,14 @@
* Quick Start * Quick Start
* --------------------- * ---------------------
* *
* > For detailed instructions, visit the documentation: https://discordtickets.eartharoid.me * > For detailed instructions, visit the documentation: https://discordtickets.app
* *
* --------------------- * ---------------------
* Support * Support
* --------------------- * ---------------------
* *
* > Discord support server: https://go.eartharoid.me/discord * > Discord support server: https://go.eartharoid.me/discord
* > Documentation: https://discordtickets.eartharoid.me * > Documentation: https://discordtickets.app
* *
* ############################################################################################### * ###############################################################################################
*/ */