From f4495da3372e25aef219f646a90a312655c7781b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 10 May 2020 11:30:31 +0200 Subject: examples: use markdown hyperlinks * examples/c++/README.md, examples/c++/calc++/README.md, * examples/c/README.md: here. --- examples/c++/README.md | 8 ++++---- examples/c++/calc++/README.md | 6 +++--- examples/c/README.md | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'examples') diff --git a/examples/c++/README.md b/examples/c++/README.md index 78e643e3..cbef0021 100644 --- a/examples/c++/README.md +++ b/examples/c++/README.md @@ -13,8 +13,8 @@ semantic value. Run as `./simple`. -Extracted from the documentation: "A Simple C++ Example". -https://www.gnu.org/software/bison/manual/html_node/A-Simple-C_002b_002b-Example.html +Extracted from the documentation: [A Simple C++ +Example](https://www.gnu.org/software/bison/manual/html_node/A-Simple-C_002b_002b-Example.html). ## variant.yy - Self-contained example in C++98 A variation of simple.yy, in C++98. @@ -36,8 +36,8 @@ starting point for a clean parser in C++. The previous examples are better introductory examples, and the C examples are also useful introductory examples. -Extracted from the documentation: "A Complete C++ Example". -https://www.gnu.org/software/bison/manual/html_node/A-Complete-C_002b_002b-Example.html +Extracted from the documentation: [A Complete C++ +Example](https://www.gnu.org/software/bison/manual/html_node/A-Complete-C_002b_002b-Example.html).