Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-4384

Documentation cannot link to external URLs that end in .md

    XMLWordPrintableJSON

Details

    • Mesosphere Sprint 27

    Description

      Per joerg84: "In fact it seems that all links ending with .md are interpreted as
      relative links on the webpage, i.e. [label](https://test.com/foo.md) is
      rendered into <a href="/documentation/latest/https://test.com/foo/
      ">label</a>"

      Currently the rakefile will rewrite all with this too general regex

      '''f.read.gsub(/\((.*)(\.md)\)/, '(/documentation/latest/\1/)')'''
      

      Attachments

        Activity

          People

            js84 Jörg Schad
            neilc Neil Conway
            Till Toenshoff Till Toenshoff
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: