Skip to content

Fix: Correct the URL address for the Documentation page#205

Closed
ifandika wants to merge 1 commit into
OpenPrinting:masterfrom
ifandika:master
Closed

Fix: Correct the URL address for the Documentation page#205
ifandika wants to merge 1 commit into
OpenPrinting:masterfrom
ifandika:master

Conversation

@ifandika

Copy link
Copy Markdown

The URL on the Documentation page previously used a dynamic address. Because the project will be made static and published on GitHub, this can cause issues where the page cannot be accessed or cannot be found due to incorrectly written URLs.

  • Fixed dynamic URLs to static URLs where the URL is written in full.
  • Fixed the Documentation page 01 - Printer Application
  • Fixed the Documentation page 02 - Designing Printer Drivers
  • Fixed the Documentation page 03 - Designing Scanner Drivers
  • Fixed the Documentation page 04 - Packaging Drivers
  • Fixed the Documentation page 05 - User Manual

The URL on the Documentation page previously used a dynamic address. Because the project will be made static and published on GitHub, this can cause issues where the page cannot be accessed or cannot be found due to incorrectly written URLs.

- Fixed dynamic URLs to static URLs where the URL is written in full.
- Fixed the Documentation page 01 - Printer Application
- Fixed the Documentation page 02 - Designing Printer Drivers
- Fixed the Documentation page 03 - Designing Scanner Drivers
- Fixed the Documentation page 04 - Packaging Drivers
- Fixed the Documentation page 05 - User Manual
h_range: [1,2]
---
**This document contains a complete tutorial as well as information for manufacturers with examples for designing printer drivers. If you are looking for information regarding the use of printer drivers, kindly refer to <a href="../05-User-Manual/">User Manual</a>**
**This document contains a complete tutorial as well as information for manufacturers with examples for designing printer drivers. If you are looking for information regarding the use of printer drivers, kindly refer to <a href="https://openprinting.github.io/documentation/05-User-Manual">User Manual</a>**

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use always relative links. Never have https://openprinting.github.io/ in any of the pages. The correct link here would be:

<a href="/documentation/05-User-Manual">User Manual</a>

Please correct this in all cases of this PR.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I will fix this

@tillkamppeter

Copy link
Copy Markdown
Member

@rudra-iitm Could you please also have a look at this PR and check whether similar corrections have to be done on the rest of the site, too? Thanks.

@ifandika ifandika closed this Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants