From 17ada0a667b78612f3a3a3fa2593b7b2a620c192 Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Thu, 26 Sep 2024 20:31:30 +0200 Subject: [PATCH] update README: add technology guides --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2f7a55..b8b17a1 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ If you are looking for an overall picture of best practices, read [The Turing Way](https://the-turing-way.netlify.app/index.html) first. We joined forces with that guide for most of our generic research software engineering advice. -Because The Turing Way is language agnostic, this guide mostly provides +Because The Turing Way is programming language agnostic, this guide provides addtional specific -[language guides](best_practices/language_guides/languages_overview.md). -*Please be aware that most remaining language agnostic content is outdated, +[language guides](language_guides/languages_overview.md). +We also provide [technology guides](technology/technology_overview.md) on digital technologies we use often in our projects with research partners. +*Please be aware that most remaining "best practices" content is unmaintained, be careful when using it.* -We plan on removing that content (#286). +We plan on removing that content ([#286](https://github.com/NLeSC/guide/issues/286)). If you would like to contribute to this book see [CONTRIBUTING.md](CONTRIBUTING.md).