Skip to content

Commit 338d72c

Browse files
committed
fix urls
1 parent 63b4a01 commit 338d72c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vignettes/advanced_features.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ head(stations)
210210

211211
For troubleshooting routing issues, you can visualise the traversal permissions of street edges, the bike safety of edges, and how transit stops are linked to streets. For these additional debug layers to be available, add `?debug_layers=true` to the URL, like this: `http://localhost:8080?debug_layers=true`. The extra layers will be listed in the layer stack menu.
212212

213-
You can read more about the different debug layers in the official OTP documentation: [http://docs.opentripplanner.org/en/latest/Troubleshooting-Routing/#debug-layers](http://docs.opentripplanner.org/en/latest/Troubleshooting-Routing/#debug-layers).
213+
You can read more about the different debug layers in the official [OTP documentation](https://docs.opentripplanner.org/en/latest/Troubleshooting-Routing/#debug-layers).
214214

215215
## Analyst
216216

vignettes/prerequisites.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ For more on local versus remote routing services, see the Transportation chapter
2929

3030
### What are R and RStudio?
3131

32-
[R](https://www.r-project.org/) is an open-source programming language and free software environment for statistical computing and graphics. R has many capabilities for analysing data and writing software, but in this context, its ability to produce and analyse spatial data and maps is most relevant. [RStudio](https://www.rstudio.com/) is an Integrated Development Environment (IDE) for R which is free for personal use.
32+
[R](https://www.r-project.org/) is an open-source programming language and free software environment for statistical computing and graphics. R has many capabilities for analysing data and writing software, but in this context, its ability to produce and analyse spatial data and maps is most relevant. [RStudio](https://posit.co/products/open-source/rstudio/) is an Integrated Development Environment (IDE) for R which is free for personal use.
3333

3434
### What is an R package?
3535

3636
An R package is a small piece of software that extends the basic capabilities of R. It is a bit like how a new phone can do some things out of the box (make phone calls, send email) but you have to install apps to add extra abilities.
3737

3838
### Help with R
3939

40-
To get started with R, see [An Introduction to R](https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf) or from within R by running `help.start()`, introductory tutorials such as DataCamp's free Introduction to R course, or the [R tutor website](http://www.r-tutor.com/r-introduction). The [Geocomputation with R](https://geocompr.robinlovelace.net) book covers the packages and skills required to analyse spatial datasets such as those produced by OpenTripPlanner.
40+
To get started with R, see [An Introduction to R](https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf) or from within R by running `help.start()`, introductory tutorials such as DataCamp's free Introduction to R course, or the [R tutor website](https://www.r-tutor.com/r-introduction). The [Geocomputation with R](https://geocompr.robinlovelace.net) book covers the packages and skills required to analyse spatial datasets such as those produced by OpenTripPlanner.
4141

4242
A video tutorial for installing R and RStudio
4343

@@ -84,7 +84,7 @@ OTP is optimised for city-scale routing and performance will degrade with larger
8484
The OpenTripPlanner for R package requires:
8585

8686
* R - [download R](https://cran.r-project.org/mirrors.html) selecting your country (or nearest available country)
87-
* RStudio - [download free version](https://www.rstudio.com/products/rstudio/download/) for personal use. RStudio is not essential but is strongly recommended.
87+
* RStudio - [download free version](https://posit.co/download/rstudio-desktop/) for personal use. RStudio is not essential but is strongly recommended.
8888
* Java **Note** The version of Java you need depends on the version of OTP you want to use.
8989

9090
#### The correct version of Java for OTP

0 commit comments

Comments
 (0)