Replace blob redirect URLs with direct raw.githubusercontent.com URLs - Continuation#2164
Open
kendall1997 wants to merge 3 commits intoaspnet:mainfrom
Open
Replace blob redirect URLs with direct raw.githubusercontent.com URLs - Continuation#2164kendall1997 wants to merge 3 commits intoaspnet:mainfrom
kendall1997 wants to merge 3 commits intoaspnet:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This pull request is following the work done in #2159, some files still needed the change.
Description
It updates several configuration files and documentation to use the correct raw content URLs for benchmark scenario files, ensuring consistent and direct access to the necessary YAML files. The changes remove the unnecessary
?raw=truequery parameter and standardize the use ofraw.githubusercontent.comURLs.Configuration and Documentation Updates:
Configuration File Updates:
httpClientJobsparameter inbuild/httpclient-scenarios.ymlto use the directraw.githubusercontent.comURL without the?raw=truequery parameter.wrk.ymlfile inscenarios/tls.benchmarks.ymlto use theraw.githubusercontent.comURL, removing the?raw=truequery parameter for consistency.Documentation Updates:
scenarios/README.mdto use the correctraw.githubusercontent.comURLs for benchmark configuration files, removing the?raw=truequery parameter. [1] [2]Changes
No functional change — both URL forms serve identical content.