Skip to content

Commit 85d594c

Browse files
committed
Fix links to meta documents
1 parent 86ed988 commit 85d594c

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

CMakeSettings.json

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
"cmakeCommandArgs": "",
5050
"buildCommandArgs": "-v:detailed",
5151
"ctestCommandArgs": ""
52-
},
53-
{
54-
"name": "topaz",
55-
"cacheRoot": "C:\\Games\\FFXI\\Topaz\\build\\x86-Debug"
5652
}
5753
]
5854
}

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Issue Report Contributions:
22

3-
* Bug reports will only be accepted if they occur on [master](https://github.com/project-topaz/topaz/tree/master)
43
* If an issue involves incorrect NPCs or text, please include your client version (type `/ver` in game)
54
* Unimplemented feature requests must be _retail behavior_, and adequetly cover everything about that feature which is missing.
65

76
----
87

98
# Pull Request Contributions:
109

11-
**By submitting a pull request to Project Topaz, you agree to our [Limited Contributor License Agreement](https://github.com/project-topaz/topaz/tree/master/CONTRIBUTOR_AGREEMENT.md)**
10+
**By submitting a pull request to Project Topaz, you agree to our [Limited Contributor License Agreement](http://project-topaz.com/blob/release/CONTRIBUTOR_AGREEMENT.md)**
1211

1312
All contributions must be done through pull requests to the Topaz repository. We don't take fixes from Discord to apply ourselves. If you need help with making a pull request, there is a GitHub guide on how to do so. If you still need help after consulting the guide, you can ask for help in Discord and we will be happy to help you.
1413

ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- place 'x' mark between square [] brackets to checkmark box -->
22
**_I have:_**
33

4-
- [] searched existing issues (http://github.com/project-topaz/topaz/issues/) to see if the issue has already been opened
4+
- [] searched existing issues (http://project-topaz.com/issues/) to see if the issue has already been opened
55
- [] checked the commit log to see if the issue has been resolved since my server was last updated
66

77
**_Additional Information_** (Steps to reproduce/Expected behavior) **:**

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- place 'x' mark between square [] brackets to affirm: -->
22
**_I affirm:_**
3-
- [] that I agree to Project Topaz's [Limited Contributor License Agreement](https://github.com/project-topaz/topaz/blob/master/CONTRIBUTOR_AGREEMENT.md), as written on this date
3+
- [] that I agree to Project Topaz's [Limited Contributor License Agreement](http://project-topaz.com/blob/release/CONTRIBUTOR_AGREEMENT.md), as written on this date
44
- [] that I've _tested my code_ since the last commit in the PR, and will test after any later commits
55

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
Project Topaz
22
========
33

4-
**If you're switching to Project Topaz from Darkstar Project, portions of our project may be governed by the [GNU AGPLv3](https://github.com/project-topaz/topaz/blob/master/AGPL3) instead of the [GNU GPLv3](https://github.com/project-topaz/topaz/blob/master/GPL3). This may require your server source code to be made available to users.**
4+
**If you're switching to Project Topaz from Darkstar Project, portions of our project may be governed by the [GNU AGPLv3](http://project-topaz.com/blob/release/AGPL3) instead of the [GNU GPLv3](http://project-topaz.com/blob/release/GPL3). This may require your server source code to be made available to users.**
55

6-
**Any such portions will be clearly marked as being governed by the AGPLv3 in all relevant source files. Any source code not so marked is instead governed by the GPLv3, and may be used or modified without offering source to connecting users, provided it is not combined with any AGPLv3 source code. See Section 13 of both the [GPLv3](https://github.com/project-topaz/topaz/blob/master/GPL3#L552) and [AGPLv3](https://github.com/project-topaz/topaz/blob/master/AGPL3#L540) for more information, and the [Project Topaz License](https://github.com/project-topaz/topaz/blob/master/LICENSE) for [additional permissions](https://github.com/project-topaz/topaz/blob/master/LICENSE#L182) which may exempt you from this requirement.**
6+
**Any such portions will be clearly marked as being governed by the AGPLv3 in all relevant source files. Any source code not so marked is instead governed by the GPLv3, and may be used or modified without offering source to connecting users, provided it is not combined with any AGPLv3 source code. See Section 13 of both the [GPLv3](http://project-topaz.com/blob/release/GPL3#L552) and [AGPLv3](http://project-topaz.com/blob/release/AGPL3#L540) for more information, and the [Project Topaz License](http://project-topaz.com/blob/release/LICENSE) for [additional permissions](http://project-topaz.com/blob/release/LICENSE#L182) which may exempt you from this requirement.**
77

88
Welcome to Project Topaz, an emulation server for FFXI.
99
Visit our Discord to keep in touch with the latest developments.
1010

1111
**Wiki:**
12-
https://github.com/project-topaz/topaz/wiki
12+
http://wiki.project-topaz.com/
1313

1414
**Discord:**
1515
https://discord.gg/bG6GHNH
1616

1717
Bug Reports and Unimplemented Features
1818
========
19-
You can find the tracker here: https://github.com/project-topaz/topaz/issues
19+
You can find the tracker here: http://project-topaz.com/issues
2020

2121
Make sure both your FFXI client and the Topaz server are fully updated (and servers have been rebuilt with the latest code), to check the commit log since your last known update to see if the bug has already been fixed, and to use GitHub's search to see if the bug already been reported, before submitting a new bug report.
2222

@@ -26,11 +26,11 @@ We do take issues detailing unimplemented features _if_ the feature is _retail b
2626

2727
Pull Requests
2828
========
29-
**By submitting a Pull Request to Project Topaz, you agree to our [Limited Contributor License Agreement](https://github.com/project-topaz/topaz/blob/master/CONTRIBUTOR_AGREEMENT.md)**
29+
**By submitting a Pull Request to Project Topaz, you agree to our [Limited Contributor License Agreement](http://project-topaz.com/blob/release/CONTRIBUTOR_AGREEMENT.md)**
3030

3131
Commits should contain a descriptive name for what you are modifying
3232

33-
Check the contributing guide for the project style guide: https://github.com/project-topaz/topaz/blob/master/CONTRIBUTING.md
33+
Check the contributing guide for the project style guide: [Contributing](http://project-topaz.com/blob/release/CONTRIBUTING.md)
3434

3535
You must *test your code* before committing changes/submitting a pull request. You break it you fix it!
3636

0 commit comments

Comments
 (0)