Skip to content

Commit ebad4b1

Browse files
committed
Fix dead links
Signed-off-by: Kaur Palang <[email protected]>
1 parent f7dc0f2 commit ebad4b1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/engine/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git checkout -b feature/your-feature-name
2525
```
2626

2727
### 5. Install Tooling
28-
OIE specifies the working versions of Java and Ant in [.sdkmanrc](./.sdkmanrc). To take advantage of this, install [SDKMAN](https://sdkman.io/) and run `sdk env install`
28+
OIE specifies the working versions of Java and Ant in [`.sdkmanrc`](https://github.com/OpenIntegrationEngine/engine/blob/main/.sdkmanrc). To take advantage of this, install [SDKMAN](https://sdkman.io/) and run `sdk env install`
2929
in the project's root directory.
3030

3131
### 6. Implement your changes
@@ -36,7 +36,7 @@ Implement the necessary changes, ensuring they align with the project’s coding
3636
Before submitting your changes, please ensure that all tests pass and that your changes work as expected in your local environment.
3737

3838
### 8. Submit a Pull Request
39-
Once your changes are ready, push them to your fork and create a **draft pull request (PR)** from your branch to the `main` branch of the project. Draft PRs help indicate that the work is in progress.
39+
Once your changes are ready, push them to your fork and create a **draft pull request (PR)** from your branch to the `main` branch of the project. Draft PRs help indicate that the work is in progress.
4040
Mark the PR as **"Ready for review"** only when it is actually complete and ready for feedback. Include a brief description of the changes and reference the related issue.
4141

4242
## Reporting Bugs
@@ -65,6 +65,6 @@ If you would like to suggest a new feature or enhancement:
6565

6666
## License
6767

68-
By contributing to **Open Integration Engine**, you agree that your contributions will be licensed under the [Mozilla Public License (MPL) 2.0](./LICENSE).
68+
By contributing to **Open Integration Engine**, you agree that your contributions will be licensed under the [Mozilla Public License (MPL) 2.0](https://github.com/OpenIntegrationEngine/engine/blob/main/LICENSE).
6969

7070
Thank you for your interest in improving **Open Integration Engine**.

docs/engine/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Forked from **Mirth Connect** following its shift to a proprietary model, this p
9191

9292
## Licensing
9393

94-
Licensed under the **Mozilla Public License 2.0** (MPL 2.0). See [LICENSE](./LICENSE) for details.
94+
Licensed under the **Mozilla Public License 2.0** (MPL 2.0). See [LICENSE](https://github.com/OpenIntegrationEngine/engine/blob/main/LICENSE) for details.
9595

9696

9797
## Acknowledgments

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44

55
hero:
66
name: "Open Integration Engine"
7-
text: "Open Integration Engine documentation"
7+
text: "documentation"
88
tagline: An open source fork of the now closed-source Mirth Connect
99
actions:
1010
- theme: brand

0 commit comments

Comments
 (0)