Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2619

docsref links are broken

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • None
    • 3.5.0
    • Documentation
    • None
    • Fully Compatible

    Description

      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

      Attachments

        Activity

          People

            ross@mongodb.com Ross Lawley
            fares.hassak@gmail.com Farès Hassak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: