From c22327904aa78e471c6cdb7b1b1d5dc1e4c7e6b2 Mon Sep 17 00:00:00 2001 From: Morgan Fouesneau Date: Wed, 15 Nov 2023 11:37:10 +0100 Subject: [PATCH] link update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b229cf9..b739592 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,23 @@ In this repository, we collect small documents on specific challenges or problem ## Publishing -[How do I cite software in my paper?](https://github.com/mpi-astronomy/FAQ/blob/main/publishing/how-to-cite-software.md) +[How do I cite software in my paper?](https://github.com/mpi-astronomy/FAQ/blob/main/faq/chapters/publishing/how-to-cite.md) -[How do I publish my software?](https://github.com/mpi-astronomy/FAQ/blob/main/publishing/how-to-publish-software.md) +[How do I publish my software?](https://github.com/mpi-astronomy/FAQ/blob/main/faq/chapters/publishing/how-to-publish-software.md) -[How do I create accessible color plots?](https://github.com/mpi-astronomy/FAQ/blob/main/publishing/how-to-color-plots.md) +[How do I create accessible color plots?](https://github.com/mpi-astronomy/FAQ/blob/main/faq/chapters/publishing/how-to-color-plots.md) ## Coding -[How do I start a new software project?](https://github.com/mpi-astronomy/FAQ/blob/main/coding/how-to-start-project.md) +[How do I start a new software project?](https://github.com/mpi-astronomy/FAQ/blob/main/faq/chapters//coding/how-to-start-project.md) -[How do I speed up my code with `numba`?](https://github.com/mpi-astronomy/FAQ/blob/main/coding/NumbaFun.ipynb) +[How do I speed up my code with `numba`?](https://github.com/mpi-astronomy/FAQ/blob/main/faq/chapters//coding/NumbaFun.ipynb) -[The straight line fitting problem](https://github.com/mpi-astronomy/FAQ/blob/main/coding/straightline) +[The straight line fitting problem](https://github.com/mpi-astronomy/FAQ/blob/main/faq/chapters//coding/straightline) ## Contributors -We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/mfouesneau/astro_ds/graphs/contributors). +We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/mpi-astronomy/FAQ/graphs/contributors). ## Credits