Skip to content

Commit 8add652

Browse files
committed
renamed to imaging-plaza
1 parent f85cc69 commit 8add652

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before installing, ensure you have:
1616
### 1. Clone the Repository
1717

1818
```bash
19-
git clone https://github.com/sdsc-ordes/ai-agent.git
19+
git clone https://github.com/imaging-plaza/ai-agent.git
2020
cd ai-agent
2121
```
2222

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**An intelligent RAG + AI agent system that helps users discover the right imaging software for their images and tasks.**
44

55
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
6-
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/sdsc-ordes/ai-agent/blob/main/LICENSE)
6+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/imaging-plaza/ai-agent/blob/main/LICENSE)
77

88
---
99

@@ -70,8 +70,8 @@ Ready to try it out? Head over to the [Installation Guide](getting-started/insta
7070

7171
## Project Status
7272

73-
This project is actively developed and maintained by the SDSC-ORDES team. Check the [Changelog](reference/changelog.md) for recent updates.
73+
This project is actively developed and maintained by the Imaging Plaza team. Check the [Changelog](reference/changelog.md) for recent updates.
7474

7575
## License
7676

77-
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/sdsc-ordes/ai-agent/blob/main/LICENSE) file for details.
77+
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/imaging-plaza/ai-agent/blob/main/LICENSE) file for details.

docs/reference/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the AI Imaging Agent are documented here.
44

5-
For the complete, detailed changelog, see [CHANGELOG.md](https://github.com/sdsc-ordes/ai-agent/blob/main/CHANGELOG.md) in the repository.
5+
For the complete, detailed changelog, see [CHANGELOG.md](https://github.com/imaging-plaza/ai-agent/blob/main/CHANGELOG.md) in the repository.
66

77
## Recent Releases
88

@@ -67,6 +67,6 @@ This project follows [Semantic Versioning](https://semver.org/):
6767

6868
## Contributing
6969

70-
All notable changes should be documented in [CHANGELOG.md](https://github.com/sdsc-ordes/ai-agent/blob/main/CHANGELOG.md) following the [Keep a Changelog](https://keepachangelog.com/) format.
70+
All notable changes should be documented in [CHANGELOG.md](https://github.com/imaging-plaza/ai-agent/blob/main/CHANGELOG.md) following the [Keep a Changelog](https://keepachangelog.com/) format.
7171

7272
See [Contributing Guide](../development/contributing.md) for details.

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
site_name: AI Imaging Agent
22
site_description: Intelligent RAG + AI agent for discovering imaging software
3-
site_author: SDSC-ORDES
4-
site_url: https://sdsc-ordes.github.io/ai-agent/
3+
site_author: Imaging Plaza
4+
site_url: https://imaging-plaza.github.io/ai-agent/
55

6-
repo_name: sdsc-ordes/ai-agent
7-
repo_url: https://github.com/sdsc-ordes/ai-agent
6+
repo_name: imaging-plaza/ai-agent
7+
repo_url: https://github.com/imaging-plaza/ai-agent
88
edit_uri: edit/main/docs/
99

1010
theme:
@@ -102,6 +102,6 @@ nav:
102102
extra:
103103
social:
104104
- icon: fontawesome/brands/github
105-
link: https://github.com/sdsc-ordes/ai-agent
105+
link: https://github.com/imaging-plaza/ai-agent
106106

107-
copyright: Copyright © 2024-2026 SDSC-ORDES
107+
copyright: Copyright © 2024-2026 Imaging Plaza

0 commit comments

Comments
 (0)