From 5ef14c738f0b7782b76b21d4d118ead8c1373238 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 15 Feb 2021 11:16:54 -0800 Subject: [PATCH] silence some markdownlint warnings --- DEVELOPERS.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 694cf8f3e..b4bef27bc 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -76,7 +76,7 @@ is green for the version links to the GitLab commit comparisons to work. Example (from - https://gitlab.com/graphviz/graphviz/-/commit/5e0d3b1841b7e358274c916b52276d251eabef3d#ab09011fa121d0a2bb9fa4ca76094f2482b902b7): + [commit 5e0d3b1841b7e358274c916b52276d251eabef3d](https://gitlab.com/graphviz/graphviz/-/commit/5e0d3b1841b7e358274c916b52276d251eabef3d#ab09011fa121d0a2bb9fa4ca76094f2482b902b7)): ```diff ## [Unreleased] @@ -84,6 +84,7 @@ is green +## [2.44.1] - 2020-06-29 + ``` + ```diff -[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.44.0...master +[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.44.1...master diff --git a/README.md b/README.md index 664300838..446d81632 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ See doc/build.html within the source tree or https://graphviz.org/doc/build.html ## master GIT Repository The master GIT Repository for graphviz can be found at: + * https://gitlab.com/graphviz/graphviz/ ## Support @@ -31,7 +32,7 @@ The Graphviz layout programs take descriptions of graphs in a simple text langua Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes. -In practice, graphs are usually generated from an external data sources, but they can also be created and edited manually, either as raw text files or within a graphical editor. (Graphviz was not intended to be a Visio replacement, so it is probably frustrating to try to use it that way.) +In practice, graphs are usually generated from an external data sources, but they can also be created and edited manually, either as raw text files or within a graphical editor. (Graphviz was not intended to be a Visio replacement, so it is probably frustrating to try to use it that way.) ## Contacts -- 2.40.0