Skip to content

Commit 1bf0922

Browse files
committed
fix: use absolute URLs in README for nuget.org
1 parent 24960a9 commit 1bf0922

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ builder.Services.AddProjectSettings<SeoSettings>();
8181

8282
### 3. Create Admin UI Pages
8383

84-
See the [Usage Guide](./docs/Usage-Guide.md) for detailed instructions on creating global and channel settings admin pages.
84+
See the [Usage Guide](https://github.com/roeldeb/xperiencecommunity-projectsettings/blob/main/docs/Usage-Guide.md) for detailed instructions on creating global and channel settings admin pages.
8585

8686
### 4. Use Settings in Your Code
8787

@@ -97,7 +97,7 @@ public class SeoService(IOptions<SeoSettings> settings)
9797

9898
## Full Instructions
9999

100-
View the [Usage Guide](./docs/Usage-Guide.md) for complete documentation including:
100+
View the [Usage Guide](https://github.com/roeldeb/xperiencecommunity-projectsettings/blob/main/docs/Usage-Guide.md) for complete documentation including:
101101

102102
- Creating global and channel settings admin pages
103103
- Settings resolution and fallback behavior
@@ -113,4 +113,4 @@ Feel free to submit issues or pull requests to the repository, this is a communi
113113

114114
## License
115115

116-
Distributed under the MIT License. See [`LICENSE.md`](./LICENSE.md) for more information.
116+
Distributed under the MIT License. See [`LICENSE.md`](https://github.com/roeldeb/xperiencecommunity-projectsettings/blob/main/LICENSE.md) for more information.

0 commit comments

Comments
 (0)