From 95bdb4ae65970eb589ea857420fdd96317b70d02 Mon Sep 17 00:00:00 2001 From: FeRD (Frank Dana) Date: Oct 26 2020 16:30:20 +0000 Subject: contributing: Fix broken offsite link --- diff --git a/modules/contributing/pages/contributing-to-existing-docs.adoc b/modules/contributing/pages/contributing-to-existing-docs.adoc index 2bfaed0..f1a2708 100644 --- a/modules/contributing/pages/contributing-to-existing-docs.adoc +++ b/modules/contributing/pages/contributing-to-existing-docs.adoc @@ -44,7 +44,8 @@ Spaces, double periods (`..`), and most other punctuation are not permitted. * The commit title is how your edit will be identified in the repository log for the page. The suggested title, "Update [filename]``pathname``", is sufficient for small edits. -For some advice on writing good commit messages, see link:++https://commit.style[commit.style] by Tim Pope (author of [application]`vim`). +For some advice on writing good commit messages, +see link:++https://commit.style++[commit.style] by Tim Pope (author of [application]`vim`). * Use the "Commit Description" field to provide additional detail if necessary, but keep it short. You will have the opportunity to explain or discuss your changes when you submit your PR.