Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit ac70ba5

Browse files
committed
Fix typo in github issue url
Fix typo in github issue url
1 parent 395032f commit ac70ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

part1/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ When you're stuck
9090

9191
While implementing your application, you might run into problems, wonder about why certain things are the way they are, or have some questions that need an answer. The Axon Users mailing list is there to help. Just send an email to [[email protected]](mailto:[email protected]). Other users as well as contributors to the Axon Framework are there to help with your issues.
9292

93-
If you find a bug, you can report them at [github.com/AxonFramework/issues](https://github.com/AxonFramework/AxonFramework/issues). When reporting an issue, please make sure you clearly describe the problem. Explain what you did, what the result was and what you expected to happen instead. If possible, please provide a very simple Unit Test (JUnit) that shows the problem. That makes fixing it a lot simpler.
93+
If you find a bug, you can report them at [github.com/AxonFramework/AxonFramework/issues](https://github.com/AxonFramework/AxonFramework/issues). When reporting an issue, please make sure you clearly describe the problem. Explain what you did, what the result was and what you expected to happen instead. If possible, please provide a very simple Unit Test (JUnit) that shows the problem. That makes fixing it a lot simpler.
9494

9595
Contributing to Axon Framework
9696
==============================
@@ -99,7 +99,7 @@ Development on the Axon Framework is never finished. There will always be more f
9999

100100
There are a number of ways in which you can contribute to the Axon Framework:
101101

102-
- You can report any bugs, feature requests or ideas for improvements on our issue page: [github.com/AxonFramework/issues](https://github.com/AxonFramework/AxonFramework/issues). All ideas are welcome. Please be as exact as possible when reporting bugs. This will help us reproduce and thus solve the problem faster.
102+
- You can report any bugs, feature requests or ideas for improvements on our issue page: [github.com/AxonFramework/AxonFramework/issues](https://github.com/AxonFramework/AxonFramework/issues). All ideas are welcome. Please be as exact as possible when reporting bugs. This will help us reproduce and thus solve the problem faster.
103103

104104
- If you have created a component for your own application that you think might be useful to include in the framework, send us a patch or a zip containing the source code. We will evaluate it and try to fit it in the framework. Please make sure code is properly documented using javadoc. This helps us to understand what is going on.
105105

0 commit comments

Comments
 (0)