diff --git a/Directory.Build.props b/Directory.Build.props
index 1ef8374..e38ddb2 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -3,8 +3,8 @@
AgileWebs
AgileWebs
git
- http://192.168.10.100:3000/AgileWebs/blueprint-platform
- http://192.168.10.100:3000/AgileWebs/blueprint-platform
+ https://gitea.dream-views.com/AgileWebs/blueprint-platform
+ https://gitea.dream-views.com/AgileWebs/blueprint-platform
false
diff --git a/docs/consumption/gitea-nuget-feed-validation.md b/docs/consumption/gitea-nuget-feed-validation.md
index e15ab5c..635f218 100644
--- a/docs/consumption/gitea-nuget-feed-validation.md
+++ b/docs/consumption/gitea-nuget-feed-validation.md
@@ -7,8 +7,8 @@ Validate that Gitea can be used as the package registry for cross-repo consumpti
## Validated Environment
- Date: 2026-02-25
-- Gitea URL: `http://192.168.10.100:3000`
-- Organization feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`
+- Gitea URL: `https://gitea.dream-views.com`
+- Organization feed: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`
- Auth mode: Basic auth using Gitea login + token
## Prerequisites
@@ -24,7 +24,7 @@ Because the current feed is HTTP, source entries must allow insecure connections
```xml
-
+
diff --git a/docs/consumption/nuget-publishing-map.md b/docs/consumption/nuget-publishing-map.md
index 58d8779..bb1ac6d 100644
--- a/docs/consumption/nuget-publishing-map.md
+++ b/docs/consumption/nuget-publishing-map.md
@@ -15,7 +15,7 @@
- Publish packages independently from this repository.
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
- Keep package identifiers stable to protect downstream compatibility.
-- Use Gitea org feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`.
+- Use Gitea org feed: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`.
## Stable Version Matrix