From 58f124d7a9723618f98e12f91ac24d41b825d1f8 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Mon, 15 Apr 2019 15:16:29 +0200 Subject: [PATCH] Fix typo in tools readme --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a923ba93..91326837ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ #### Syncing * Can now sync a targeted pipeline via command-line +#### Other +* Fix small typo in central readme of tools for future releases + ## v1.6 #### Syncing diff --git a/README.md b/README.md index 90ee8b1f12..d0001217f3 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ The `create` subcommand makes a new workflow using the nf-core base template. With a given pipeline name, description and author, it makes a starter pipeline which follows nf-core best practices. After creating the files, the command initialises the folder as a git repository and makes an initial commit. This first "vanilla" commit which is identical to the output from the templating tool is important, as it allows us to keep your pipeline in sync with the base template in the future. -See the [nf-core syncing docs](http://nf-co.re/sync) for more information. +See the [nf-core syncing docs](https://nf-co.re/developers/sync) for more information. ```console $ nf-core create