From ee6b8726ff2d3d27fb60cd236735aa7bac8c900d Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 21 Nov 2024 16:14:46 +0100 Subject: [PATCH] Fix broken link --- .../open_photogrammetry_format/open_photogrammetry_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/open_photogrammetry_format/open_photogrammetry_format.py b/examples/python/open_photogrammetry_format/open_photogrammetry_format.py index 1d86a7e9f687..9d32b31ef8f5 100755 --- a/examples/python/open_photogrammetry_format/open_photogrammetry_format.py +++ b/examples/python/open_photogrammetry_format/open_photogrammetry_format.py @@ -32,7 +32,7 @@ ### Links * [OPF specification](https://pix4d.github.io/opf-spec/index.html) -* [Dataset source](https://support.pix4d.com/en-us/articles/360000235126#OPF) +* [Dataset source](https://support.pix4d.com/hc/en-us/articles/360000235126#OPF) * [pyopf](https://github.com/Pix4D/pyopf) """