-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fundamentals material: Make links open in new tabs #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a good change, so should be approved and functioality for all images should be confirmed in the Player. /tomas
In the older material, links still open in the current browser window which causes the user to navigate away from the PECA player. This is confusing and can break the learning experience. Signed-off-by: Georg Kunz <[email protected]>
e74884f
to
05afdfe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not been part of the Fundamentals Coarse. I checked the PECA player. I agree the changes would make the learning experience much better by not moving away from the coarse material.
Very good keeping the original page open while allowing users to explore linked page outside.
I did not review the content otherwise. Ok, to merge from side.
@@ -24,7 +24,7 @@ Such strategy or policy might also be needed on product or product area level. | |||
|
|||
![Infrastructure](./img/Infrastructure.png) | |||
|
|||
_Image by [Randall Munroe](https://xkcd.com/2347/)_ | |||
_Image by [Randall Munroe](https://xkcd.com/2347/){:target="_blank"}_ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good keeping the original page open while allowing readers to explore linked page outside.
@@ -88,7 +88,7 @@ Documentation to declare included free open source software components as either | |||
|
|||
Suggested formats are being developed both for general consumption and for industry niches like automotive, health and telecom. There is a standard for the data format (SPDX) for this in place. ISO/IEC 5962:2021 | |||
|
|||
[Link to NTIA requirements on SBOMs >>](https://www.ntia.doc.gov/report/2021/minimum-elements-software-bill-materials-sbom) | |||
[Link to NTIA requirements on SBOMs >>](https://www.ntia.doc.gov/report/2021/minimum-elements-software-bill-materials-sbom){:target="_blank"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good keeping the original page open while allowing readers to explore linked page outside.
In the older material, links still open in the current browser window which causes the user to navigate away from the PECA player. This is confusing and can break the learning experience.