diff options
| author | ickc <ickc@users.noreply.github.com> | 2016-12-16 13:03:00 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-16 22:03:00 +0100 | 
| commit | b5ce9635caa6dac47ef015230736061c5916cdd4 (patch) | |
| tree | 3696608a782664703c3d7094e51663d7527f4296 | |
| parent | ee032728830ed700e9843c3ebfc0854226a84010 (diff) | |
| download | pandoc-b5ce9635caa6dac47ef015230736061c5916cdd4.tar.gz | |
MANUAL/README: Fixed broken links (#3316)
MANUAL/README: "groff man" links to groff_man rather than groff
MANUAL/README: Word docx link to wikipedia
| -rw-r--r-- | MANUAL.txt | 6 | ||||
| -rw-r--r-- | README.md | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/MANUAL.txt b/MANUAL.txt index cb3556b5a..a5f34001b 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -67,7 +67,7 @@ Markdown can be expected to be lossy.  [LaTeX]: http://latex-project.org  [`beamer`]: https://ctan.org/pkg/beamer  [Beamer User's Guide]: http://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf -[ConTeXt]: http://contextgarden.net/ +[ConTeXt]: http://www.contextgarden.net/  [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format  [DocBook]: http://docbook.org  [txt2tags]: http://txt2tags.org @@ -81,13 +81,13 @@ Markdown can be expected to be lossy.  [ZimWiki markup]: http://zim-wiki.org/manual/Help/Wiki_Syntax.html  [TWiki markup]: http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules  [Haddock markup]: https://www.haskell.org/haddock/doc/html/ch03s08.html -[groff man]: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html +[groff man]: http://man7.org/linux/man-pages/man7/groff_man.7.html  [Haskell]: https://www.haskell.org  [GNU Texinfo]: http://www.gnu.org/software/texinfo/  [Emacs Org mode]: http://orgmode.org  [AsciiDoc]: http://www.methods.co.nz/asciidoc/  [DZSlides]: http://paulrouget.com/dzslides/ -[Word docx]: http://www.microsoft.com/interop/openup/openxml/default.aspx +[Word docx]: https://en.wikipedia.org/wiki/Office_Open_XML  [PDF]: https://www.adobe.com/pdf/  [reveal.js]: http://lab.hakim.se/reveal-js/  [FictionBook2]: http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1 @@ -69,7 +69,7 @@ Markdown can be expected to be lossy.  [LaTeX]: http://latex-project.org  [`beamer`]: https://ctan.org/pkg/beamer  [Beamer User's Guide]: http://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf -[ConTeXt]: http://contextgarden.net/ +[ConTeXt]: http://www.contextgarden.net/  [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format  [DocBook]: http://docbook.org  [txt2tags]: http://txt2tags.org @@ -83,13 +83,13 @@ Markdown can be expected to be lossy.  [ZimWiki markup]: http://zim-wiki.org/manual/Help/Wiki_Syntax.html  [TWiki markup]: http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules  [Haddock markup]: https://www.haskell.org/haddock/doc/html/ch03s08.html -[groff man]: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html +[groff man]: http://man7.org/linux/man-pages/man7/groff_man.7.html  [Haskell]: https://www.haskell.org  [GNU Texinfo]: http://www.gnu.org/software/texinfo/  [Emacs Org mode]: http://orgmode.org  [AsciiDoc]: http://www.methods.co.nz/asciidoc/  [DZSlides]: http://paulrouget.com/dzslides/ -[Word docx]: http://www.microsoft.com/interop/openup/openxml/default.aspx +[Word docx]: https://en.wikipedia.org/wiki/Office_Open_XML  [PDF]: https://www.adobe.com/pdf/  [reveal.js]: http://lab.hakim.se/reveal-js/  [FictionBook2]: http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1 | 
