From ecb8a5525330351c216ad58361809f3714ce05ad Mon Sep 17 00:00:00 2001 From: Carl Colglazier Date: Fri, 23 May 2025 14:20:16 -0500 Subject: [PATCH] Use local links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 19a766e..cc38d27 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Guideposts -- [manuscripts](/manuscripts/) - Contains the manuscripts for the project. -- [notebooks](/notebooks/) - Notebooks for data exploration and analysis. -- [FediRecommender](/FediRecommender/) - Python package for building and running the recommendation system. -- [codebase](/codebase/) - Place to store shared code. -- [recommender](/recommender/) - Contains the recommendation system code (front-end). -- [presentations](/presentations/) - Slide decks. -- [scripts](/scripts/) - Scripts for data processing and analysis. +- [manuscripts](manuscripts/) - Contains the manuscripts for the project. +- [notebooks](notebooks/) - Notebooks for data exploration and analysis. +- [FediRecommender](FediRecommender/) - Python package for building and running the recommendation system. +- [codebase](codebase/) - Place to store shared code. +- [recommender](recommender/) - Contains the recommendation system code (front-end). +- [presentations](presentations/) - Slide decks. +- [scripts](scripts/) - Scripts for data processing and analysis. ## Getting Started