Skip to content

Commit d176536

Browse files
committed
Fix some broken links
1 parent 8d5e1e7 commit d176536

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/function_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ fastcorners
208208

209209
### Feature Extraction
210210

211-
See the [ImageFeatures]() package for a much more comprehensive set of tools.
211+
See the [ImageFeatures](https://juliaimages.org/ImageFeatures.jl/stable/) package for a much more comprehensive set of tools.
212212

213213
```@docs
214214
blob_LoG

docs/src/imagefeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ descriptors in other images or other portions of the same image. This
77
can be useful in many applications, such as object recognition,
88
localization, or image registration.
99

10-
ImagesFeatures has [its own documentation](http://juliaimages.github.io/ImageFeatures.jl/latest/index.html), and you should consult that for a comprehensive overview of the functionality of the package. Here, we'll briefly illustrate one type of feature and its application to image registration, the *BRISK* descriptor.
10+
ImagesFeatures has [its own documentation](https://juliaimages.org/ImageFeatures.jl/stable), and you should consult that for a comprehensive overview of the functionality of the package. Here, we'll briefly illustrate one type of feature and its application to image registration, the *BRISK* descriptor.
1111

1212
The *BRISK* descriptor examines the structure of an image around a
1313
*keypoint*. Given a keypoint, the mean intensity (loosely-speaking) is

docs/src/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ location across multiple images. More information can be found in
301301

302302
## Examples of usage
303303

304-
If you feel ready to get started, see the [Demonstrations](@ref) page for inspiration.
304+
If you feel ready to get started, see the [Demonstrations](@ref demonstrations) page for inspiration.
305305

306306
## Function categories
307307

0 commit comments

Comments
 (0)