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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ with MarkLogic.
16
16
17
17
## <aname="issue"></a> Found an Issue?
18
18
If you find a bug in the source code or a mistake in the documentation, you can help us by
19
-
submitting an issue to our [GitHub Issue Tracker][issue tracker]. Even better
19
+
submitting an issue to our [GitHub Issue Tracker](https://github.com/marklogic/node-client-api/issues). Even better
20
20
you can submit a Pull Request with a fix for the issue you filed.
21
21
22
22
## <aname="feature"></a> Want a Feature?
23
-
You can request a new feature by submitting an issue to our [GitHub Issue Tracker][issue tracker]. If you would like to implement a new feature, first create a new issue and discuss it with one of our project
23
+
You can request a new feature by submitting an issue to our [GitHub Issue Tracker](https://github.com/marklogic/node-client-api/issues). If you would like to implement a new feature, first create a new issue and discuss it with one of our project
24
24
maintainers.
25
25
26
26
## <aname="submit"></a> Submission Guidelines
@@ -54,7 +54,7 @@ and clone your copy.
54
54
55
55
All bug fixes and new features go into the `develop` branch.
56
56
57
-
We ask that you open an issue in the [issue tracker][] and get agreement from at least one of the project maintainers before you start coding.
57
+
We ask that you open an issue in the [issue tracker](https://github.com/marklogic/node-client-api/issues) and get agreement from at least one of the project maintainers before you start coding.
58
58
59
59
Nothing is more frustrating than seeing your hard work go to waste because your vision does not align with that of a project maintainer.
0 commit comments