diff options
| author | Sean McGinnis <stmcg@amazon.com> | 2023-01-11 14:30:04 +0100 |
|---|---|---|
| committer | Sean McGinnis <stmcg@amazon.com> | 2023-01-11 14:30:04 +0100 |
| commit | f2f923ea26bd08cafc180331b5fbbf26bfa28ed0 (patch) | |
| tree | 71ef98cc070fe41145a0ae7d349f19120f6e00a8 /communication/youtube | |
| parent | dfb18ba179726db6e10f185f7cb6320a07cad614 (diff) | |
Correct reference link formatting
When using reference links (`[a link to something][something]`) the link
goes itself is referred to later in the file. This normally should be a
line that starts with the reference name in brackets, followed by the
actual link (`[something]: <link>`).
Many of these reference links in the repo have unnecessary leading
spaces. While this renders OK, at least with GitHub's markdown
rendering, it currently causes problems for sites like kubernetes.dev
that pull in these docs and attempt to update the links so they are
usable from a different rendered location.
While the script that does that import should probably be updated to be
a little more robust, this addresses the immediate need of fixing these
broken kubernetes.dev links by removing the leading whitespaces so they
are properly recongized and updated.
Also some very minor cleanup in some older files. While these don't
appear to be imported elsewhere, they were cleaned up to avoid the risk
of any future copy/paste issues that could happen prior to the doc
import script being updated to handle things correctly.
Signed-off-by: Sean McGinnis <stmcg@amazon.com>
Diffstat (limited to 'communication/youtube')
| -rw-r--r-- | communication/youtube/youtube-guidelines.md | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/communication/youtube/youtube-guidelines.md b/communication/youtube/youtube-guidelines.md index 0bd56d03..a36208aa 100644 --- a/communication/youtube/youtube-guidelines.md +++ b/communication/youtube/youtube-guidelines.md @@ -236,26 +236,26 @@ downloaded and then reuploaded to the Kubernetes channel. generate thumbnails and process the videos. 7. Once videos are finalized, set the playlist to Public to publish them. - [coc]: /code-of-conduct.md - [admins]: /communication/moderators.md - [Kubernetes YouTube Channel]: https://www.youtube.com/channel/UCZ2bu0qutTOM0tHYa_jkIwg - [community meeting]: /events/community-meeting.md - [Office Hours]: /events/office-hours.md - [Meet our Contributors]: /events/meet-our-contributors.md - [Subprojects]: /governance.md#subprojects - [collaboration]: https://support.google.com/youtube/answer/6109639 - [update the permissions in your YouTube settings]: https://support.google.com/a/answer/6212415 - [YouTube admins]: /communication/moderators.md#YouTube-Channel - [SIG Contributor Experience]: /sig-contributor-experience/README.md - [moderation guidelines]: /communication/moderation.md - [trim]: https://support.google.com/youtube/answer/9057455?hl=en - [edit]: https://support.google.com/youtube/topic/9257530?hl=en&ref_topic=9257610 - [Zoom guidelines]: /communication/zoom-guidelines.md - [SIG Auth]: /sig-auth/README.md - [SIG Docs]: /sig-docs/README.md - [SIG Network]: /sig-network/README.md - [SIG Release]: /sig-release/README.md - [Steering Committee]: /committee-steering/governance/README.md - [WG Data Protection]: /wg-data-protection/README.md - [Streaming Config]: /communication/youtube/streaming-config.md - [youtube-dl]: https://ytdl-org.github.io/youtube-dl/index.html +[coc]: /code-of-conduct.md +[admins]: /communication/moderators.md +[Kubernetes YouTube Channel]: https://www.youtube.com/channel/UCZ2bu0qutTOM0tHYa_jkIwg +[community meeting]: /events/community-meeting.md +[Office Hours]: /events/office-hours.md +[Meet our Contributors]: /events/meet-our-contributors.md +[Subprojects]: /governance.md#subprojects +[collaboration]: https://support.google.com/youtube/answer/6109639 +[update the permissions in your YouTube settings]: https://support.google.com/a/answer/6212415 +[YouTube admins]: /communication/moderators.md#YouTube-Channel +[SIG Contributor Experience]: /sig-contributor-experience/README.md +[moderation guidelines]: /communication/moderation.md +[trim]: https://support.google.com/youtube/answer/9057455?hl=en +[edit]: https://support.google.com/youtube/topic/9257530?hl=en&ref_topic=9257610 +[Zoom guidelines]: /communication/zoom-guidelines.md +[SIG Auth]: /sig-auth/README.md +[SIG Docs]: /sig-docs/README.md +[SIG Network]: /sig-network/README.md +[SIG Release]: /sig-release/README.md +[Steering Committee]: /committee-steering/governance/README.md +[WG Data Protection]: /wg-data-protection/README.md +[Streaming Config]: /communication/youtube/streaming-config.md +[youtube-dl]: https://ytdl-org.github.io/youtube-dl/index.html |
