Skip to content

Commit c948e9c

Browse files
committed
url check
1 parent bee18ad commit c948e9c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output: github_document
55
# EML <img src="man/figures/logo.svg" align="right" alt="" width="120" />
66

77
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
8-
[![Build Status](https://travis-ci.org/ropensci/EML.svg?branch=master)](https://travis-ci.org/ropensci/EML)
8+
[![Build Status](https://app.travis-ci.com/ropensci/EML.svg?branch=master)](https://app.travis-ci.com/ropensci/EML)
99
[![Windows build status](https://ci.appveyor.com/api/projects/status/u2gw24yfkvxgny96?svg=true)](https://ci.appveyor.com/project/cboettig/eml)
1010
[![codecov](https://codecov.io/gh/ropensci/EML/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/EML)
1111
[![CRAN status](https://www.r-pkg.org/badges/version/EML)](https://cran.r-project.org/package=EML)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
55
[![Build
6-
Status](https://travis-ci.org/ropensci/EML.svg?branch=master)](https://travis-ci.org/ropensci/EML)
6+
Status](https://app.travis-ci.com/ropensci/EML.svg?branch=master)](https://app.travis-ci.com/ropensci/EML)
77
[![Windows build
88
status](https://ci.appveyor.com/api/projects/status/u2gw24yfkvxgny96?svg=true)](https://ci.appveyor.com/project/cboettig/eml)
99
[![codecov](https://codecov.io/gh/ropensci/EML/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/EML)

vignettes/creating-EML.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This schematic shows each of the metadata elements we will generate. Most these
6666

6767
In this example, we will use R to re-generate
6868
the EML metadata originally published by [Ellison _et al_
69-
(2012), HF205](https://harvardforest.fas.harvard.edu/harvard-forest-data-archive)
69+
(2012), HF205](#)
7070
through the Harvard Forest Long Term Ecological Research
7171
Center, accompanying the PNAS paper (Sirota _et al_. 2013;
7272
doi:10.1073/pnas.1221037110). We have made only a few modifications to
@@ -357,7 +357,7 @@ plans to use the dataset. Consultation or collaboration with the original
357357
investigators is strongly encouraged. Publications and data products
358358
that make use of the dataset must include proper acknowledgement. For
359359
more information on LTER Network data access and use policies, please
360-
see: http://www.lternet.edu/data/netpolicy.html."
360+
see: 'lternet.edu/data/netpolicy.html'."
361361
```
362362

363363

0 commit comments

Comments
 (0)