From f8d11986515a0ddf9ca076eb8dda53ac050c888f Mon Sep 17 00:00:00 2001 From: Charles Wilson <33490168+draeger-charles-wilson@users.noreply.github.com> Date: Tue, 17 Apr 2018 13:50:18 -0400 Subject: [PATCH] Update README.md added link to GitHub Markdown spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee433c0..23ee0e9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ they can be freely copied and modified to meet your organization's needs. ## Getting started -The guidelines themselves are found at [CppCoreGuidelines](CppCoreGuidelines.md). The document is in GH-flavored MarkDown. It is intentionally kept simple, mostly in ASCII, to allow automatic post-processing such as language translation and reformatting. The editors maintain one +The guidelines themselves are found at [CppCoreGuidelines](CppCoreGuidelines.md). The document is in [GH-flavored MarkDown](https://github.github.com/gfm/). It is intentionally kept simple, mostly in ASCII, to allow automatic post-processing such as language translation and reformatting. The editors maintain one [version formatted for browsing](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines). Note that it is manually integrated and can be slightly older than the version in the master branch. The Guidelines are a constantly evolving document without a strict "release" cadence. Bjarne Stroustrup periodically reviews the document and increments the version number in the introduction. [Checkins that increment the version number](https://github.com/isocpp/CppCoreGuidelines/releases) are tagged in git.