From dae39ce7ad01240b243c26936a71ec7d2084fa37 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 8 Jan 2023 11:23:26 -0500 Subject: [PATCH] Reference blog posts directory in README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a04f32..f3161642 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Adding a new note is as simple as cloning out repository and launching `juptyer- The note filename must start with the date in the format `yyyy-mm-dd-` for example `2022-02-22-my_note.ipynb`. -Each note must include a special markdown cell as the first cell in the notebook. The cell contains the markdown used to generate our blog posts. +Each note must include a special markdown cell as the first cell in the notebook. The cell contains the markdown used to generate our [blog posts](https://github.com/OALabs/research/tree/master/_posts). ``` # Blog Title > Blog Subtitle