Skip to content

Commit 732a3ef

Browse files
authored
Merge pull request #207 from julianpistorius/fix-broken-links
Problem: A few broken links
2 parents 7cba428 + 7968f83 commit 732a3ef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ At a minimum, you should have:
3939

4040
The first few chapters in the 'vignettes' section use publicly available sample data sets.
4141
Subsequent sections are also written to use publicly available data sets, but some of the examples require data that requires users to sign up.
42-
To sign up, you will need to 1) fill out the TERRA REF Beta user questionaire ([terraref.org/beta](terraref.org/beta)) and 2) request access to specific databases.
42+
To sign up, you will need to 1) fill out the TERRA REF Beta user questionaire ([terraref.org/beta](https://terraref.org/beta)) and 2) request access to specific databases.
4343

4444
<!-- Not sure where this goes, either in documentation or perhaps in an appendix. But I don't think this belongs in the introduction. Perhaps after the vignettes chaper
4545
-->
@@ -61,7 +61,7 @@ To sign up, you will need to 1) fill out the TERRA REF Beta user questionaire ([
6161

6262
The TERRA REF website: [terraref.org](http://terraref.org/)
6363

64-
The TERRA REF Technical Documentation: [docs.terraref.org](docs.terraref.org)
64+
The TERRA REF Technical Documentation: [docs.terraref.org](https://docs.terraref.org)
6565

6666

6767
### Finding help

sensors/06-list-datasets-by-plot.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Pre-requisites:
44

5-
* if you have not already done so, you will need to 1) sign up for the [beta user program](terraref.org/beta) and 2)
6-
sign up and be approved for access to the the [sensor data portal](terraref.ncsa.illinois.edu/clowder) in order to get
5+
* if you have not already done so, you will need to 1) sign up for the [beta user program](https://terraref.org/beta) and 2)
6+
sign up and be approved for access to the the [sensor data portal](https://terraref.ncsa.illinois.edu/clowder) in order to get
77
the API key that will be used in this tutorial.
88

99
The terrautils python package has a new `products` module that aids in connecting

vignettes/02-get-weather-data-R.Rmd

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

55
This vignette shows how to read weather data for the month of January 2017 from the [weather station](https://cals-mac.arizona.edu/weather-station) at the University of Arizona's [Maricopa Agricultural Center](http://cals-mac.arizona.edu/) into R.
66
These data are stored online on the data management system Clowder, which is accessed using an API.
7-
More detailed information about the structure of the database and how API URLs are created is available in the [weather tutorial]("sensors/01-meteorological-data.Rmd").
7+
More detailed information about the structure of the database and how API URLs are created is available in the [weather tutorial](sensors/01-meteorological-data.Rmd).
88
Data across time for one weather variable, temperature, is plotted in R.
99
Then all eight of the weather variables have their times series plotted.
1010

0 commit comments

Comments
 (0)