docsref links are broken

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • None
    • Affects Version/s: 3.5.0
    • Component/s: Documentation
    • None
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None

      Hello,

      All _docsref _link are broken in documentation of mongodb-java-driver since version 3.5.

      Exemple :

      1. http://mongodb.github.io/mongo-java-driver/3.5/builders/aggregation/

      Match
      The $match pipeline stage....

      $match refer to http://docs.mongodb.org/manualreference/operator/aggregation/match/

      '/' is missing between manual and reference.

      1. http://mongodb.github.io/mongo-java-driver/3.5/driver/tutorials/indexes/

      Indexes support....

      Indexes refer to http://docs.mongodb.org/manualindexes

      '/' is missing between manual and indexes

      '/' has been deleted here :

      docs/reference/themes/mongodb/layouts/shortcodes/docsref.html

      Git history :

      https://github.com/mongodb/mongo-java-driver/commit/3770623f7051634daa978c265a3b03fe04fee913#diff-24e2b6e398bc4a403c7bfab94cbfb156

      -http://docs.mongodb.org/manual/{{ .Get 0 }}
      +http://docs.mongodb.org/manual{{ if eq (((.Get 0) 1) "/") false }}/{{ end }}{{ .Get 0 }}

      Farès

            Assignee:
            Ross Lawley
            Reporter:
            Farès Hassak
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: