Skip to content

Commit

Permalink
fix broken links #6287
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 12, 2019
1 parent ee10648 commit 1a7420a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/release-notes/4.18-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Newly-supported use cases in this release include:

### API Token Management

- You can now delete a user's API token, recreate a user's API token, and find a token's expiration date. See the <a href="http://guides.dataverse.org/en/4.18/api/native-api">Native API guide</a> for more information.
- You can now delete a user's API token, recreate a user's API token, and find a token's expiration date. See the <a href="http://guides.dataverse.org/en/4.18/api/native-api.html">Native API guide</a> for more information.

### New JVM Options

Expand All @@ -73,11 +73,11 @@ Newly-supported use cases in this release include:

### Preview Mode

Tool Developers can now add the `hasPreviewMode` parameter to their file level external tools. This setting provides an embedded, simplified view of the tool on the file pages for any installation that installs the tool. See <a href="http://guides.dataverse.org/en/4.18/api/external-tools">Building External Tools</a> for more information.
Tool Developers can now add the `hasPreviewMode` parameter to their file level external tools. This setting provides an embedded, simplified view of the tool on the file pages for any installation that installs the tool. See <a href="http://guides.dataverse.org/en/4.18/api/external-tools.html">Building External Tools</a> for more information.

### API Token Management

If your tool writes content back to Dataverse, you can now take advantage of administrative endpoints that delete and re-create API tokens. You can also use an endpoint that provides the expiration date of a specific API token. See the <a href="http://guides.dataverse.org/en/4.18/api/native-api">Native API guide</a> for more information.
If your tool writes content back to Dataverse, you can now take advantage of administrative endpoints that delete and re-create API tokens. You can also use an endpoint that provides the expiration date of a specific API token. See the <a href="http://guides.dataverse.org/en/4.18/api/native-api.html">Native API guide</a> for more information.

### View Unpublished Data Using Search API

Expand Down

0 comments on commit 1a7420a

Please sign in to comment.