Skip to content

Commit 638f63e

Browse files
committed
Release 0.2.5
1 parent 6dcf017 commit 638f63e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DocumenterInterLinks"
22
uuid = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
33
authors = ["Michael Goerz <[email protected]>"]
4-
version = "0.2.4+dev"
4+
version = "0.2.5"
55

66
[deps]
77
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A plugin for [Documenter.jl](https://documenter.juliadocs.org/) that enables lin
1212

1313
Loading `DocumenterInterLinks` in `docs/make.jl` causes Documenter to produce an "inventory file" `objects.inv` in the output folder, which should get deployed together with the documentation. This file contains a mapping from names to URLs for all link targets in the documentation.
1414

15-
Other projects may use this inventory file to resolve `@extref` links, see [External Citations](#external-citations).
15+
Other projects may use this inventory file to resolve `@extref` links, see [External References](#external-references).
1616

1717

1818
## Installation
@@ -56,7 +56,7 @@ The resulting plugin object that must be passed as an element of the `plugins` k
5656
See [`docs/src/inventories`](https://github.com/JuliaDocs/DocumenterInterLinks.jl/tree/master/docs/src/inventories) for some exemplary inventory files in [TOML format](https://juliadocs.org/DocInventories.jl/stable/formats/#TOML-Format).
5757

5858

59-
## External Citations
59+
## External References
6060

6161
Instead of [Documenter's `@ref`](https://documenter.juliadocs.org/stable/man/syntax/#@ref-link), the `@extref` link target can be used to resolve the link via any of the available projects defined in the `InterLinks` plugin:
6262

0 commit comments

Comments
 (0)