Fix: updated links (#223)

pull/10/head
Ash 2023-11-02 18:08:34 +00:00 committed by GitHub
parent 3321e0443d
commit 15bd26d7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Thank you for contributing to the HullCSS Discord Bot repo, here are some guidel
- make sure you have GitHub 2FA
- make a new branch for your commits before merging into main, or still please use PRs (unless you are the primary maintainer)
- If possible also gpg sign your commits
4. Please see the [Security Policy](https://github.com/hullcss/CONTRIBUTING/blob/main/SECURITY.md) for detais of what to do if you find any issues that are security related
4. Please see the [Security Policy](https://github.com/hullcss/.github/blob/main/SECURITY.md) for detais of what to do if you find any issues that are security related
# How to contribute

View File

@ -3,7 +3,7 @@
When using this bot, you are required to:
- Follow [Discord's Terms of Service](https://discord.com/terms).
- Follow the [HullCSS Code of Conduct](https://github.com/hullcss/conduct).
- Follow the [HullCSS Code of Conduct](https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.mdt).
- Do not spam the bot.
## Contact Us

View File

@ -40,7 +40,7 @@ module.exports = {
},
{
name: 'Gain Access',
value: `To gain access to the server, you will need to have a read of the code of conduct, found here: https://github.com/hullcss/conduct/ and react to the check mark below.\r\n \r\n **All Members, including Community are required to read this policy to access the server.**`,
value: `To gain access to the server, you will need to have a read of the code of conduct, found [here](https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md) and react to the check mark below.\r\n \r\n **All Members, including Community are required to read this policy to access the server.**`,
},
{
name: 'Confirmation',
@ -52,7 +52,7 @@ module.exports = {
const row = new ActionRowBuilder()
.addComponents(
new ButtonBuilder()
.setURL('https://github.com/hullcss/conduct/')
.setURL('https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md')
.setLabel('Code of Conduct')
.setStyle('Link')
)