You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Click here to go the issues page for Mathbook](https://github.com/JetJet13/mathbook/issues)
37
+
[Click here to go the issues page for Mathbook](https://github.com/mathbook-io/mathbook/issues)
38
38
39
39
## I want to fix/squash some bugs
40
40
@@ -44,7 +44,7 @@ smaller bugs.
44
44
If and when you get comfortable fixing bugs and making changes to the source code, you are more than welcome to making
45
45
the jump towards squashing bigger bugs.
46
46
47
-
[Click here to view the current list of reported bugs](https://github.com/JetJet13/mathbook/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abug+)
47
+
[Click here to view the current list of reported bugs](https://github.com/mathbook-io/mathbook/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abug+)
48
48
49
49
## I want to write some documentation
50
50
@@ -54,7 +54,7 @@ understanding how Mathbook works under the hood.
54
54
Writing documentation requires knowledge of the inner workings of Mathbook and the reasoning behind the decisions made
55
55
in the architecture and source code.
56
56
57
-
The documentation for Mathbook lives [here](https://github.com/JetJet13/mathbook/wiki)
57
+
The documentation for Mathbook lives [here](https://github.com/mathbook-io/mathbook/wiki)
58
58
59
59
We recommend reading through some parts of the docs to get an idea of what's needed to contribute to the docs, ie)
60
60
formatting, providing examples and maybe even referencing some part of the source code
@@ -72,7 +72,7 @@ For Mathbook, the testing framework we use is [Chai](http://chaijs.com/) and our
72
72
73
73
Check out the tests folder in the [source code](./tests) to get an idea of how we structure our test suites.
74
74
75
-
You can also check out the [documentation](https://github.com/JetJet13/mathbook/wiki/Testing-Documentation) to learn
75
+
You can also check out the [documentation](https://github.com/mathbook-io/mathbook/wiki/Testing-Documentation) to learn
76
76
about the reasoning behind the different types of tests that we write.
77
77
78
78
## I want to provide some feedback
@@ -83,7 +83,7 @@ improved, let us know.
83
83
You can create an issue on GitHub and tag the issue with the proper tag that reflects your feedback (we have a bunch of
84
84
tags, pick one that best represents your feedback).
85
85
86
-
[Click here to go the issues page and provide some feedback](https://github.com/JetJet13/mathbook/issues)
86
+
[Click here to go the issues page and provide some feedback](https://github.com/mathbook-io/mathbook/issues)
| Click here to view the current list of reported bugs
64
64
65
65
@@ -69,7 +69,7 @@ block info
69
69
| Writing documentation requires knowledge of the inner workings of Mathbook and the reasoning behind the decisions made in the architecture and source code.
70
70
p.preWrap
71
71
| The documentation for Mathbook lives
72
-
a(href="https://github.com/JetJet13/mathbook/wiki"target="_blank") here
72
+
a(href="https://github.com/mathbook-io/mathbook/wiki"target="_blank") here
73
73
p.preWrap
74
74
| We recommend reading through some parts of the docs to get an idea of what's needed to contribute to the docs, ie) formatting, providing examples and
75
75
| maybe even referencing some part of the source code
| to learn about the reasoning behind the different types of tests that we write.
98
98
99
99
h3#feedback I want to provide some feedback
100
100
p.preWrap
101
101
| Your feedback is always welcome. Do you have an idea for a new feature or think that some functionality could be improved, let us know.
102
102
| You can create an issue on GitHub and tag the issue with the proper tag that reflects your feedback (we have a bunch of tags, pick one that best represents your feedback).
103
103
p
104
-
a(href="https://github.com/JetJet13/mathbook/issues"target="_blank") Click here to go the issues page and provide some feedback
104
+
a(href="https://github.com/mathbook-io/mathbook/issues"target="_blank") Click here to go the issues page and provide some feedback
105
105
span(class="help has-text-grey") Note: You will need to create a GitHub account if you don't already have one to create an issue.
Copy file name to clipboardexpand all lines: src/front-end/views/contribute-components/review-tutorial.pug
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ block info
16
16
| and the tutorial remains in a state of approval, it will be merged and added to Mathbook. That tutorial will then be added to the next release of Mathbook,
17
17
| which depending on the number of tutorials and features and bug fixes, can vary (from the same day to a week).
18
18
p All pull requests for tutorials that have been submitted for review live
19
-
a(href="https://github.com/JetJet13/mathbook/pulls") here
19
+
a(href="https://github.com/mathbook-io/mathbook/pulls") here
20
20
|.
21
21
h3 What do I need to do ?
22
22
p You'll notice that every tutorial has a description box with a link to preview the tutorial. This link will navigate you to Mathbook
0 commit comments