diff --git a/howTo/otherResources.md b/howTo/otherResources.md
index b0a860594f736aea2ae67679c1804ec8b370796b..ef539381c0987ab798ce1edbd082009b44d30af4 100644
--- a/howTo/otherResources.md
+++ b/howTo/otherResources.md
@@ -4,7 +4,7 @@
  * [What they forgot to teach you](https://rstats.wtf/) about R including some required reading:
     * why you should use here::here() and **not setwd()** to make sure your code works _anywhere_
     * why you should use (RStudio) p/Projects to _manage your code_
-    * how you should name data files to _stay sane_
+    * [how you should name things](https://speakerdeck.com/jennybc/how-to-name-files) to _stay sane_
     * why you should not add anything to .Renviron or Rprofile unless you want to _irritate team members_
     * and much more, although:
         *  we don't agree with [keeping your data in your project](https://rstats.wtf/project-oriented-workflow.html#work-in-a-project). Data should be [somewhere else](keepingData.md), _unless you're a .gitignore wizard_ and your data is small (and non-sensitive/non-commercial/public etc)
@@ -24,4 +24,4 @@ Even more ...
  * tools for reproducibility
     * Is your project file reproducible? [fertile](https://github.com/baumer-lab/fertile) might help
     * Or try [rrrpkg](https://github.com/ropensci/rrrpkg) to create a research compendium
-    
\ No newline at end of file
+