From 13ace0974305708eb08c9948a8c37461f029d6fb Mon Sep 17 00:00:00 2001 From: Trevor Davis Date: Mon, 5 Aug 2019 11:49:42 -0700 Subject: [PATCH] docs: Include link to official Bash documentation on Brace Expansion [skip ci] --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 92f38f0..ca61ff9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -6,7 +6,7 @@ bracer [![Coverage Status](https://img.shields.io/codecov/c/github/trevorld/bracer/master.svg)](https://codecov.io/github/trevorld/bracer?branch=master) [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) -``bracer`` provides partial support for Bash-style brace expansion in R. +``bracer`` provides partial support for [Bash-style brace expansion](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Brace-Expansion) in R. ```{r examples} library("bracer") diff --git a/README.md b/README.md index 5df40ff..906381f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ bracer [![Coverage Status](https://img.shields.io/codecov/c/github/trevorld/bracer/master.svg)](https://codecov.io/github/trevorld/bracer?branch=master) [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) -``bracer`` provides partial support for Bash-style brace expansion in R. +``bracer`` provides partial support for [Bash-style brace expansion](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Brace-Expansion) in R. ```r