Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 0c42db4

Browse files
fix: right links to markdown files
Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>
1 parent 69878d1 commit 0c42db4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ This is StackSpot IntelliJ Plugin contributing guide. Please read the following
3131
## **Before you contribute**
3232

3333
### **Code of Conduct**
34-
Please follow the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/CODE_OF_CONDUCT.md) in all your interactions with our project.
34+
Please follow the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CODE_OF_CONDUCT.md) in all your interactions with our project.
3535

3636
### **Legal**
3737
As you contribute, keep in mind that the code, docs and other materials submitted to open source projects are usually considered licensed under the same terms as the rest of the work.
3838

39-
- StackSpot IntelliJ Plugin is licensed over [**ASF - Apache License**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/LICENSE), version 2, so new files must have the ASL version 2 header. For more information, please check out [**Apache license**](https://www.apache.org/licenses/LICENSE-2.0).
39+
- StackSpot IntelliJ Plugin is licensed over [**ASF - Apache License**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/LICENSE), version 2, so new files must have the ASL version 2 header. For more information, please check out [**Apache license**](https://www.apache.org/licenses/LICENSE-2.0).
4040

41-
- You should configure a pre-commit Githook in your local machine, so it will help you not commit files without a license header. Please check out [**more about Githooks**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/hooks/README.md).
41+
- You should configure a pre-commit Githook in your local machine, so it will help you not commit files without a license header. Please check out [**more about Githooks**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/hooks/README.md).
4242

4343
- All contributions are subject to the [**Developer Certificate of Origin (DCO)**](https://developercertificate.org).
44-
When you commit, use the ```**-s** ``` option to include the Signed-off-by line at the end of the commit log message. At the root of this repository, you will find the DCO text verbatim in the [**dco.txt**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/dco.txt) file. You should config a pre-push Githook in your local machine to help you not push without DCO Sign Off. For more information, [**check out GitHooks**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/hooks/README.md).
44+
When you commit, use the ```**-s** ``` option to include the Signed-off-by line at the end of the commit log message. At the root of this repository, you will find the DCO text verbatim in the [**dco.txt**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/dco.txt) file. You should config a pre-push Githook in your local machine to help you not push without DCO Sign Off. For more information, [**check out GitHooks**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/hooks/README.md).
4545

4646
## **Prerequisites**
4747

@@ -101,7 +101,7 @@ See the guidelines to submit your changes:
101101

102102
### **First contribution**
103103

104-
Contributing to a new feature is only allowed in the [**main repository**](https://github.com/stack-spot/stackspot-intellij-plugin).
104+
Contributing to a new feature is only allowed in the [**main repository**](https://github.com/stack-spot/stackspot-intellij-extension).
105105

106106
### **Adding a new feature**
107107
1. Make sure your branch is based on main;
@@ -112,10 +112,10 @@ Contributing to a new feature is only allowed in the [**main repository**](https
112112
### **Before open an issue**
113113
1. Check out if you are on the latest version. If you’re not, your problem may have been solved already.
114114

115-
2. Search under the project's [**issues**](https://github.com/stack-spot/stackspot-intellij-plugin/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and make sure it’s not a known bug.
115+
2. Search under the project's [**issues**](https://github.com/stack-spot/stackspot-intellij-extension/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and make sure it’s not a known bug.
116116

117117
### **Opening a new issue**
118-
If you can't find an open issue for your bug/problem, please [**open a new one**](https://github.com/stack-spot/stackspot-intellij-plugin/issues/new).
118+
If you can't find an open issue for your bug/problem, please [**open a new one**](https://github.com/stack-spot/stackspot-intellij-extension/issues/new).
119119

120120
Your issue must have:
121121
* A clear title and description with relevant information;

DEVELOPER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
## Git Flow
55
<p align="center">
6-
<img src="https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/images/gitflow.png" alt="Git Flow" border="0" />
6+
<img src="https://github.com/stack-spot/stackspot-intellij-extension/blob/main/images/gitflow.png" alt="Git Flow" border="0" />
77
</p>

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ We prefer all communications to be in **English**.
2727

2828
## Code of Conduct
2929

30-
Check the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-plugin/blob/main/CODE_OF_CONDUCT.md) file at the repository root.
30+
Check the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CODE_OF_CONDUCT.md) file at the repository root.

0 commit comments

Comments
 (0)