Skip to content

Commit 27dbae8

Browse files
committed
made links relative rather than going to ropensci
1 parent 245d2c1 commit 27dbae8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The new version of the API requires an api key, or all of your requests will be
5959
set PATENTSVIEW_API_KEY=my_keys_value_without quotes
6060
```
6161

62-
See [this page](https://mustberuss.github.io/patentsview/articles/api-changes.html) about the change. The navigation there will get you to the updated vignettes and reference pages.
62+
See [this page](articles/api-changes.html) about the change. The navigation there will get you to the updated vignettes and reference pages.
6363

6464
## Basic usage
6565

@@ -75,7 +75,7 @@ search_pv(query = '{"_gte":{"patent_date":"2007-01-01"}}')
7575

7676
Head over to the package's [webpage](https://docs.ropensci.org/patentsview/index.html) for more info, including:
7777

78-
* A [getting started vignette](https://docs.ropensci.org/patentsview/articles/getting-started.html) for first-time users. The package was also introduced in an [rOpenSci blog post](https://ropensci.org/blog/2017/09/19/patentsview/).
79-
* An in-depth tutorial on [writing queries](https://docs.ropensci.org/patentsview/articles/writing-queries.html)
80-
* A list of [basic examples](https://docs.ropensci.org/patentsview/articles/examples.html)
81-
* Two examples of data applications (e.g., a brief analysis of the [top assignees](https://docs.ropensci.org/patentsview/articles/top-assignees.html) in the field of databases)
78+
* A [getting started vignette](articles/getting-started.html) for first-time users. The package was also introduced in an [rOpenSci blog post](https://ropensci.org/blog/2017/09/19/patentsview/).
79+
* An in-depth tutorial on [writing queries](articles/writing-queries.html)
80+
* A list of [basic examples](articles/examples.html)
81+
* Two examples of data applications (e.g., a brief analysis of the [top assignees](articles/top-assignees.html) in the field of databases)

0 commit comments

Comments
 (0)