Skip to content

Commit 2f15c21

Browse files
committed
update tekton
1 parent 9e13eba commit 2f15c21

File tree

9 files changed

+587
-86
lines changed

9 files changed

+587
-86
lines changed

CONTAINERIZED-DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For the fastest setup experience:
4444

4545
```bash
4646
# Clone the repository
47-
git clone https://github.com/sherine-k/ci_analysis_agent.git
47+
git clone https://github.com/multi-arch/ci_analysis_agent.git
4848
cd ci_analysis_agent
4949

5050
# Run the automated setup script
@@ -135,7 +135,7 @@ If you prefer manual control or want to understand each step:
135135

136136
```bash
137137
# Clone the repository
138-
git clone https://github.com/sherine-k/ci_analysis_agent.git
138+
git clone https://github.com/multi-arch/ci_analysis_agent.git
139139
cd ci_analysis_agent
140140

141141
# Create a pod for our application (optional but recommended)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For users who want to get started immediately:
2626

2727
```bash
2828
# 1. Clone the repository
29-
git clone https://github.com/sherine-k/ci_analysis_agent.git
29+
git clone https://github.com/multi-arch/ci_analysis_agent.git
3030
cd ci_analysis_agent
3131

3232
# 2. Setup Python environment
@@ -54,7 +54,7 @@ adk web
5454

5555
```bash
5656
# Clone the repository
57-
git clone https://github.com/sherine-k/ci_analysis_agent.git
57+
git clone https://github.com/multi-arch/ci_analysis_agent.git
5858
cd ci_analysis_agent
5959

6060
# OR if you want to fork and contribute:
@@ -63,7 +63,7 @@ cd ci_analysis_agent
6363
# git clone [email protected]:<your-username>/ci_analysis_agent.git
6464
# cd ci_analysis_agent
6565
# 3. Add upstream remote:
66-
# git remote add upstream https://github.com/sherine-k/ci_analysis_agent.git
66+
# git remote add upstream https://github.com/multi-arch/ci_analysis_agent.git
6767
```
6868

6969
### 2. Choose Your Installation Method

0 commit comments

Comments
 (0)