diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml
index c0d7d6d..c0d2c8c 100644
--- a/.github/workflows/doxygen.yaml
+++ b/.github/workflows/doxygen.yaml
@@ -15,12 +15,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
+ with:
+ submodules: true
- name: Configure pages
uses: actions/configure-pages@v3
- name: Install the doxyqml filter
run: pip install doxyqml
- name: Doxygen
- uses: mattnotmitt/doxygen-action@v1.9.5
+ uses: mattnotmitt/doxygen-action@edge
- name: Upload GitHub pages artifact
uses: "actions/upload-pages-artifact@v2"
with:
diff --git a/Doxyfile b/Doxyfile
index 6987030..e12fd8b 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -61,7 +61,7 @@ PROJECT_BRIEF = "QML Library for interacting with the Jellyfin multimed
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
-PROJECT_LOGO = /home/chris/Programmeren/Sailfish/harbour-sailfin/sailfish/icons/86x86/harbour-sailfin.png
+PROJECT_LOGO = sailfish/icons/86x86/harbour-sailfin.png
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
# when the HTML document is shown. Doxygen will copy the logo to the output
@@ -74,7 +74,7 @@ PROJECT_ICON =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = /home/chris/Programmeren/Sailfish/harbour-sailfin/doxygen
+OUTPUT_DIRECTORY = doxygen
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
@@ -949,7 +949,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = /home/chris/Programmeren/Sailfish/harbour-sailfin/core
+INPUT = core
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
diff --git a/README.md b/README.md
index 98012e7..c0bde08 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ This application can be found on [OpenRepos.net](https://openrepos.net/content/a
## Contributing
-Please [see this page for contribution guidelines](https://sailfin.github.io/harbour-sailfin/contributing.html).
-and [this page for how the Jellyfin-Qt library works](https://sailfin.github.io/harbour-sailfin/contributing.html).
+Please [see this page for how the Jellyfin Qt library works](https://heartfin.github.io/harbour-sailfin/guides.html).
+and [see this page for contribution guidelines](https://heartfin.github.io/harbour-sailfin/contributing.html).
## Code layout
```