Skip to content

Fix PDF link by using absolute GitHub URL#3

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-pdf-rendering-issue-again
Draft

Fix PDF link by using absolute GitHub URL#3
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-pdf-rendering-issue-again

Conversation

Copilot AI commented Jan 31, 2026

Copy link
Copy Markdown

PDF file was uploaded but inaccessible due to relative path in README badge link. GitHub requires absolute URLs with /raw/ prefix to serve binary files.

Changes:

  • Updated README.md PDF badge link from relative path to absolute GitHub URL with /raw/main/ prefix

Before:

[![Read Thesis](badge)](AI-based%20Reconstruction%20and%20Denoising%20for%20Robust%20Structured%20Illumination%20Microscopy%20at%20Low%20Signal-to-Noise%20Ratios.pdf)

After:

[![Read Thesis](badge)](https://github.com/ArghaSarker/Masters-Thesis/raw/main/AI-based%20Reconstruction%20and%20Denoising%20for%20Robust%20Structured%20Illumination%20Microscopy%20at%20Low%20Signal-to-Noise%20Ratios.pdf)
Original prompt

On AI-based Reconstruction and Denoising for Robust Structured Illumination Microscopy at Low Signal-to-Noise Ratios.pdf, i ahve uploded a pdf in my github. why I cant render it?


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: ArghaSarker <64970159+ArghaSarker@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix PDF rendering issue for uploaded document Fix PDF link by using absolute GitHub URL Jan 31, 2026
Copilot AI requested a review from ArghaSarker January 31, 2026 21:20
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