Skip to content

Commit e9275f5

Browse files
chore: rename org in all urls (#24)
1 parent 6d4d4b8 commit e9275f5

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @ds-horizon/odin
1+
* @dream-horizon-org/odin

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
helm repo add bitnami https://charts.bitnami.com/bitnami
3030
helm repo add minio https://charts.min.io/
3131
helm repo add percona https://percona.github.io/percona-helm-charts/
32-
helm repo add discovery-controller https://ds-horizon.github.io/odin-discovery-controller/
32+
helm repo add discovery-controller https://dream-horizon-org.github.io/odin-discovery-controller/
3333
3434
- name: Update Chart.lock
3535
working-directory: charts/odin

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [What is Odin?](#what-is-odin)
1010
- [Core Concepts](#core-concepts)
1111
- [Installation](#installation)
12-
- [Getting Started Tutorial](https://ds-horizon.github.io/odin/introduction/getting-started/#next-steps-deploy-your-first-service)
12+
- [Getting Started Tutorial](https://dream-horizon-org.github.io/odin/introduction/getting-started/#next-steps-deploy-your-first-service)
1313
- [References](#references-and-links)
1414

1515
---
@@ -54,7 +54,7 @@ No prerequisites, no jargon, just curiosity required.
5454

5555
Ready to get started? Follow our comprehensive installation guide:
5656

57-
**📖 [Installation Guide](https://ds-horizon.github.io/odin/introduction/getting-started/)**
57+
**📖 [Installation Guide](https://.github.io/odin/introduction/getting-started/)**
5858

5959
The guide covers:
6060
- Prerequisites and system requirements
@@ -72,17 +72,17 @@ The guide covers:
7272

7373
#### Repositories
7474

75-
- **[odin](https://github.com/ds-horizon/odin)** - Main repository with Helm charts and installation scripts
76-
- **[odin-deployer](https://github.com/ds-horizon/odin-deployer)** - API backend to handle environment, service components deployment & operations data
77-
- **[odin-account-manager](https://github.com/ds-horizon/odin-account-manager)** - Manages organizations and accounts
78-
- **[odin-orchestrator](https://github.com/ds-horizon/odin-orchestrator)** - Main engine that orchestrates the deployments
79-
- **[odin-discovery](https://github.com/ds-horizon/odin-discovery)** - An abstraction over discovery providers to streamline discovery management
80-
- **[odin-discovery-controller](https://github.com/ds-horizon/odin-discovery-controller)** - Kubernetes controller for service discovery
81-
- **[odin-components](https://github.com/ds-horizon/odin-components)** - Production-ready components supported by the Odin team
82-
- **[odin-component-interface](https://github.com/ds-horizon/odin-component-interface)** - Create custom components that can seamlessly integrate with Odin
83-
- **[odin-cli](https://github.com/ds-horizon/odin-cli)** - Command-line interface for Odin
75+
- **[odin](https://github.com/dream-horizon-org/odin)** - Main repository with Helm charts and installation scripts
76+
- **[odin-deployer](https://github.com/dream-horizon-org/odin-deployer)** - API backend to handle environment, service components deployment & operations data
77+
- **[odin-account-manager](https://github.com/dream-horizon-org/odin-account-manager)** - Manages organizations and accounts
78+
- **[odin-orchestrator](https://github.com/dream-horizon-org/odin-orchestrator)** - Main engine that orchestrates the deployments
79+
- **[odin-discovery](https://github.com/dream-horizon-org/odin-discovery)** - An abstraction over discovery providers to streamline discovery management
80+
- **[odin-discovery-controller](https://github.com/dream-horizon-org/odin-discovery-controller)** - Kubernetes controller for service discovery
81+
- **[odin-components](https://github.com/dream-horizon-org/odin-components)** - Production-ready components supported by the Odin team
82+
- **[odin-component-interface](https://github.com/dream-horizon-org/odin-component-interface)** - Create custom components that can seamlessly integrate with Odin
83+
- **[odin-cli](https://github.com/dream-horizon-org/odin-cli)** - Command-line interface for Odin
8484

8585
#### Links
8686

87-
- **Issue Tracker**: https://github.com/ds-horizon/odin/issues
88-
- **Releases**: https://github.com/ds-horizon/odin/releases
87+
- **Issue Tracker**: https://github.com/dream-horizon-org/odin/issues
88+
- **Releases**: https://github.com/dream-horizon-org/odin/releases

charts/odin/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
repository: https://charts.bitnami.com/bitnami
1919
version: 3.1.13
2020
- name: odin-discovery-controller
21-
repository: https://ds-horizon.github.io/odin-discovery-controller/
21+
repository: https://dream-horizon-org.github.io/odin-discovery-controller/
2222
version: 0.0.1
2323
digest: sha256:65a191745c5589612e5583226f8b9ea7d0b1e61ff5f92ddfc7257f303da95bdc
2424
generated: "2025-11-26T19:37:23.267956+05:30"

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ npm run preview
3030
## 📝 Documentation Structure
3131

3232
### GitHub Pages Setup
33-
- **Site URL**: `https://ds-horizon.github.io/odin/`
33+
- **Site URL**: `https://dream-horizon-org.github.io/odin/`
3434
- **Base Path**: `/odin/`
35-
- **Repository**: `https://github.com/ds-horizon/odin`
35+
- **Repository**: `https://github.com/dream-horizon-org/odin`
3636

3737
### Documentation Sections
3838

@@ -84,7 +84,7 @@ This site is configured for GitHub Pages deployment:
8484
2. Build workflow deploys to the `gh-pages` branch
8585
3. Site published from the `gh-pages` branch
8686

87-
The site will be accessible at: `https://ds-horizon.github.io/odin/`
87+
The site will be accessible at: `https://dream-horizon-org.github.io/odin/`
8888

8989
## 📚 Content Guidelines
9090

docs/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';
33

44
// https://astro.build/config
55
export default defineConfig({
6-
site: 'https://ds-horizon.github.io/odin/',
6+
site: 'https://dream-horizon-org.github.io/odin/',
77
base: '/odin/',
88
integrations: [
99
starlight({
@@ -35,7 +35,7 @@ export default defineConfig({
3535
{
3636
icon: 'github',
3737
label: 'GitHub',
38-
href: 'https://github.com/ds-horizon/odin',
38+
href: 'https://github.com/dream-horizon-org/odin',
3939
},
4040
],
4141
sidebar: [

docs/src/content/docs/introduction/getting-started.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The installation script will automatically check for these prerequisites and gui
4545
Get Odin running on a local Kind cluster in under 15 minutes:
4646

4747
```bash
48-
bash <(curl -fsSL https://raw.githubusercontent.com/ds-horizon/odin/master/install.sh)
48+
bash <(curl -fsSL https://raw.githubusercontent.com/dream-horizon-org/odin/master/install.sh)
4949
```
5050

5151
### What This Does
@@ -261,7 +261,7 @@ To install on an existing cluster instead of Kind:
261261

262262
```bash
263263
# Clone the repository
264-
git clone https://github.com/ds-horizon/odin.git
264+
git clone https://github.com/dream-horizon-org/odin.git
265265
cd odin
266266

267267
# Install with Helm directly
@@ -340,7 +340,7 @@ Congratulations! You've successfully installed Odin and configured the CLI.
340340

341341
## Additional Resources
342342

343-
- **GitHub Repository**: https://github.com/ds-horizon/odin
344-
- **Issue Tracker**: https://github.com/ds-horizon/odin/issues
345-
- **Helm Chart**: https://github.com/ds-horizon/odin/tree/master/charts/odin
343+
- **GitHub Repository**: https://github.com/dream-horizon-org/odin
344+
- **Issue Tracker**: https://github.com/dream-horizon-org/odin/issues
345+
- **Helm Chart**: https://github.com/dream-horizon-org/odin/tree/master/charts/odin
346346
- **License**: GNU Lesser General Public License

docs/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import logo from "../assets/odin-logo.png";
4848

4949
<footer style="margin-top: 3rem; padding: 2rem 0; text-align: center; border-top: 1px solid var(--sl-color-gray-5);">
5050
<a
51-
href="https://github.com/ds-horizon/odin"
51+
href="https://github.com/dream-horizon-org/odin"
5252
target="_blank"
5353
rel="noopener noreferrer"
5454
style="display: inline-flex; align-items: center; gap: 0.5rem; color: var(--sl-color-white); text-decoration: none; font-size: 1rem; transition: opacity 0.2s;"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -euo pipefail
88

99
# Configuration
10-
readonly REPO_URL="https://github.com/ds-horizon/odin.git"
10+
readonly REPO_URL="https://github.com/dream-horizon-org/odin.git"
1111
readonly BRANCH="${BRANCH:-master}"
1212

1313
# Color codes

scripts/install-cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ fi
2727
# Install Odin CLI binary from GitHub releases
2828
install_odin_cli() {
2929
local binary_name="odin"
30-
local api_repo_url="https://api.github.com/repos/ds-horizon/odin-cli"
31-
local download_base_url="https://github.com/ds-horizon/odin-cli/releases/download"
30+
local api_repo_url="https://api.github.com/repos/dream-horizon-org/odin-cli"
31+
local download_base_url="https://github.com/dream-horizon-org/odin-cli/releases/download"
3232

3333
# Install to home directory
3434
local install_dir="${HOME}"

0 commit comments

Comments
 (0)