Skip to content

Update KernelModuleDownloadLinks.md#28

Open
nick-loader wants to merge 2 commits into
Azure:mainfrom
nick-loader:main
Open

Update KernelModuleDownloadLinks.md#28
nick-loader wants to merge 2 commits into
Azure:mainfrom
nick-loader:main

Conversation

@nick-loader
Copy link
Copy Markdown

Update the downloadable script URLs to include the ?raw=true query parameter so they fetch the raw file content instead of the GitHub HTML page.

Update the downloadable script URLs to include the ?raw=true query parameter so they fetch the raw file content instead of the GitHub HTML page.
@mohshei-786
Copy link
Copy Markdown
Contributor

Thanks for catching this! The ?raw=true approach works (GitHub redirects to raw content), but the preferred pattern is to use raw.githubusercontent.com URLs directly — it avoids the 302 redirect and is the standard convention:

# wget https://raw.githubusercontent.com/Azure/Azure-SiteRecovery/main/MobilityAgent/hotfix_install.sh
# wget https://raw.githubusercontent.com/Azure/Azure-SiteRecovery/main/MobilityAgent/OS_details.sh

Could you update the URLs to use this format instead?

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