Skip to content

Commit 297ccd2

Browse files
authored
Merge pull request #8 from bnotech/feature/fix-8.0-docs
Feature/fix 8.0 docs
2 parents 6f8f6e4 + ccbfa7a commit 297ccd2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This library provides [Matomo](https://matomo.org) Tracking for .NET MAUI Apps.
44

55
## Status
66

7-
[![Continuous Integration](https://github.com/bfn-tech/Matomo.Maui/actions/workflows/ci.yml/badge.svg)](https://github.com/bfn-tech/Matomo.Maui/actions/workflows/ci.yml)
7+
[![Continuous Integration](https://github.com/bnotech/Matomo.Maui/actions/workflows/ci.yml/badge.svg)](https://github.com/bnotech/Matomo.Maui/actions/workflows/ci.yml)
88

99
## Releases
1010

1111
This library is published for .NET 8.0.
1212

1313
## Documentation
1414

15-
You can find a reference documentation [here](https://bfn-tech.github.io/Matomo.Maui/html/index.html).
15+
You can find a reference documentation [here](https://bnotech.github.io/Matomo.Maui/html/index.html).
1616

1717
And a sample project in the `Sample/` folder.
1818

docs/Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Matomo.Maui"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.1
51+
PROJECT_NUMBER = 8.0.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a
@@ -1008,7 +1008,7 @@ FILE_PATTERNS = *.c \
10081008
# be searched for input files as well.
10091009
# The default value is: NO.
10101010

1011-
RECURSIVE = NO
1011+
RECURSIVE = YES
10121012

10131013
# The EXCLUDE tag can be used to specify files and/or directories that should be
10141014
# excluded from the INPUT source files. This way you can easily exclude a

docs/shared

0 commit comments

Comments
 (0)