Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
gtk-doc
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gtk-doc
  • Issues
  • #20

Closed
Open
Opened Aug 11, 2012 by bugzilla-migration@bugzilla-migrationReporter

[WIN32] gtkdoc-rebase produces broken hrefs

Submitted by LRN @ruslanizhb

Link to original bug (#681663)

Description

When GStreamer rebases its docs on installation, the call looks roughly like this: gtkdoc-rebase --relative --dest-dir=/mingw --html-dir=/mingw/share/gtk-doc/html/gstreamer-1.0

-rebase will change html file (in my case), turning all relative links into absolute ones. These absolute links, however, have absolute DOS paths, like "c:/mingw32/share/gtk-doc/...". These are not valid for hrefs, thus all documentation files are broken. Correct URIS in hrefs should look like "file:///c:/mingw32/share/gtk-doc/...".

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gtk-doc#20