Skip to content

Commit

Permalink
Fix broken link on resolving conflicts (#13748)
Browse files Browse the repository at this point in the history
link was broken because it had an "." at the end. Closes #13746

(cherry picked from commit b103a1d)
  • Loading branch information
griffincosgrove authored and kaxil committed Jan 21, 2021
1 parent 618fdf7 commit 62825dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ as "apache" so you can refer to it easily:
You can configure different merge tools with it. You can also use IntelliJ/PyCharm's excellent merge tool.
When you open a project in PyCharm which has conflicts, you can go to VCS > Git > Resolve Conflicts and there
you have a very intuitive and helpful merge tool. For more information, see
`Resolve conflicts <https://www.jetbrains.com/help/idea/resolving-conflicts.html.>`_.
`Resolve conflicts <https://www.jetbrains.com/help/idea/resolving-conflicts.html>`_.

8. After you've solved your conflict run:

Expand Down

0 comments on commit 62825dc

Please sign in to comment.