Use local links

This commit is contained in:
Carl Colglazier 2025-05-23 14:20:16 -05:00
parent 313edfe994
commit ecb8a55253

View File

@ -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