diff --git a/rules/do-you-use-co-creation-patterns/rule.md b/rules/do-you-use-co-creation-patterns/rule.md index 04047736178..73324e82fb4 100644 --- a/rules/do-you-use-co-creation-patterns/rule.md +++ b/rules/do-you-use-co-creation-patterns/rule.md @@ -43,7 +43,7 @@ Inefficient code reviews can be caused by: * This requires a smaller block of time to review which makes it easier for the reviewer to find the time * Less risk - reduces the chance of an incorrect approach being taken * Get quality feedback - small blocks of code are easier to digest - * Create a [great pull request](https://www.ssw.com.au/rules/write-a-good-pull-request/) to make it easier for the reviewer to understand your changes. + * Create a [great pull request](/write-a-good-pull-request/) to make it easier for the reviewer to understand your changes. * Reviewer - When reviewing asynchronously * Be explicit and suggest the exact code changes where possible (GitHub has a feature for this, see ) * Call the developer for more complicated changes diff --git a/rules/do-you-zz-old-files-rather-than-deleting-them/rule.md b/rules/do-you-zz-old-files-rather-than-deleting-them/rule.md index a0418a4872d..0e80e1e9208 100644 --- a/rules/do-you-zz-old-files-rather-than-deleting-them/rule.md +++ b/rules/do-you-zz-old-files-rather-than-deleting-them/rule.md @@ -17,7 +17,7 @@ created: 2009-03-02T02:45:33.000Z archivedreason: null guid: 89900a3a-2e3d-4d72-b935-0949bd1cd8ed --- -When you are regularly creating new releases of a cool .NET application or simply producing new proposals in Microsoft Word, files will inevitably become **outdated**. Rather than deleting them, put a 'zz' at the front of the filename. These old versions should not be deleted straight away - it is just an unnecessary risk! The zz'd files can remain there until you need more space, then you should delete them. +When you are regularly creating new releases of a cool .NET application or simply producing new proposals in Microsoft Word, files will inevitably become **outdated**. Rather than deleting them, put a 'zz' at the front of the filename. These old versions should not be deleted straight away - it is just an unnecessary risk! The zz'd files can remain there until you need more space, then you should delete them. @@ -44,7 +44,7 @@ Both allow for some backward compatibility. When uploading to some video hosting sites, like Vimeo, you can update a video by replacing the original video while keeping the same URL and view count. -In YouTube an uploaded video can't be replaced, so to create a new version of a video it will be uploaded as a new video with a new URL. +In YouTube an uploaded video can't be replaced, so to create a new version of a video it will be uploaded as a new video with a new URL. So that there are no broken or missing links, the video status is set to "unlisted", and we use the 'zz' process: @@ -65,6 +65,6 @@ On YouTube click the ‘New Version’ link in the description. ::: info -If you are deleting something that uses resources and/or cost money, it is a good idea to 'zz' it first - and use a follow up to remind yourself to delete it after a reasonable amount of time, as per: https://www.ssw.com.au/rules/follow-up-effectively/ +If you are deleting something that uses resources and/or cost money, it is a good idea to 'zz' it first - and use a follow up to remind yourself to delete it after a reasonable amount of time, as per: [https://www.ssw.com.au/rules/follow-up-effectively/](/follow-up-effectively/) -::: \ No newline at end of file +:::