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
@@ -18,7 +18,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
18
18
19
19
## I Have a Question
20
20
21
-
> If you want to ask a question, we assume that you have read the available [Documentation](https://pkg.go.dev/github.com/gopinathr143/go-collections).
21
+
> If you want to ask a question, we assume that you have read the available [Documentation](https://pkg.go.dev/github.com/gopher-utils/go-collections).
22
22
23
23
Before you ask a question, it is best to search for existing [Issues](/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
24
24
@@ -71,7 +71,7 @@ This section guides you through submitting an enhancement suggestion, **includin
71
71
#### Before Submitting an Enhancement
72
72
73
73
- Make sure that you are using the latest version.
74
-
- Read the [documentation](https://pkg.go.dev/github.com/gopinathr143/go-collections) carefully and find out if the functionality is already covered.
74
+
- Read the [documentation](https://pkg.go.dev/github.com/gopher-utils/go-collections) carefully and find out if the functionality is already covered.
75
75
- Perform a [search](/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
76
76
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
77
77
@@ -112,7 +112,7 @@ golangci-lint run
112
112
113
113
### Improving The Documentation
114
114
115
-
We use godoc to generate and host our documentation(https://pkg.go.dev/github.com/gopinathr143/go-collections). If you find issues with existing documentation or have suggestions for enhancements, please create an issue/PR with necessary changes.
115
+
We use godoc to generate and host our documentation(https://pkg.go.dev/github.com/gopher-utils/go-collections). If you find issues with existing documentation or have suggestions for enhancements, please create an issue/PR with necessary changes.
0 commit comments