Documentation#437
Open
PabloVela06 wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates documentation image references in README.adoc to point at files under src/docs/images, aligning with the reported relocation/removal of duplicate images.
Changes:
- Updated the main README title logo reference to
src/docs/images/.... - Updated the “Typical Output” screenshot reference and its link target.
- Updated the “Kudos” Structure101 logo reference (and changed its link target).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| = image:htmlsanitycheck-logo.png[HSC] HTML Sanity Check (HSC) | |||
| = image:src/docs/images/htmlsanitycheck-logo.png[HSC] HTML Sanity Check (HSC) | |||
Comment on lines
+63
to
64
| | image:src/docs/images/sample-hsc-report.jpg[width="200",link="src/docs/images/sample-hsc-report.jpg" | ||
| (click on thumbnail for details)] |
| Big thanx to image:structure101-logo.png[alt='Structure-101',link="https://structure101.com"] for helping us analyze and restructure our code. | ||
|
|
||
|
|
||
| Big thanx to image:src/docs/images/structure101-logo.png[alt='Structure-101',link="src/docs/images/structure101-logo.png"] for helping us analyze and restructure our code. No newline at end of file |
Member
|
Thanks for your contribution @PabloVela06. Please check the comments from GH CoPilot and try to improve accordingly. |
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.
I've fixed a problem with the 'sample-hsc-report.jpg' image by defining the correct path to that file. I've also changed the paths of two other images to the 'src/docs/images' folder and deleted the duplicated files from the root directory.