Skip to content

Commit eead912

Browse files
authored
BN-4375 [FIX] Fix documentation links
1 parent d047e65 commit eead912

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ All types of contributions are encouraged and valued. See the [Table of Contents
2626
## Code of Conduct
2727

2828
This project and everyone participating in it is governed by the
29-
[Netguru iOS Networking Module Code of Conduct](https://github.com/netguru/ng-ios-network-moduleblob/master/CODE_OF_CONDUCT.md).
29+
[Netguru iOS Networking Module Code of Conduct](https://github.com/netguru/ng-ios-network-module/blob/main/CODE_OF_CONDUCT.md).
3030
By participating, you are expected to uphold this code. Please report unacceptable behavior
3131
to <network-module-ios@netguru.com>.
3232

3333

3434
## I Have a Question
3535

36-
> If you want to ask a question, we assume that you have read the available [Documentation]().
36+
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/netguru/ng-ios-network-module/blob/main/README.md).
3737
3838
Before you ask a question, it is best to search for existing [Issues](https://github.com/netguru/ng-ios-network-module/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.
3939

@@ -69,7 +69,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
6969

7070
#### How Do I Submit a Good Bug Report?
7171

72-
> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to <pawel.kozielecki@netguru.com>.
72+
> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to <network-module-ios@netguru.com>.
7373
7474
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
7575

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Welcome to the **Netguru Networking Module**.\
2727
dependencies: [
2828
.package(
2929
url: "https://github.com/netguru/ng-ios-network-module.git",
30-
from: "1.0.0"
30+
from: "1.0.3"
3131
)
3232
]
3333
```

0 commit comments

Comments
 (0)