Skip to content

Commit b0271ad

Browse files
authored
build: move irt to github (#15)
1 parent 40c917a commit b0271ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ of branches for varying configurations.
6161
- modules:
6262
- [ip6](https://github.com/eic/ip6) to `./ip6`
6363
- [epic](https://github.com/eic/epic) to `./epic`
64-
- [irt](https://eicweb.phy.anl.gov/EIC/irt) to `./irt`
64+
- [irt](https://github.com/eic/irt) to `./irt`
6565
- [eicd](https://eicweb.phy.anl.gov/EIC/eicd) to `./eicd`
6666
- suggestion: clone with SSH, especially if you will be contributing to
6767
them:
6868
```bash
6969
git clone [email protected]:eic/epic.git
7070
git clone [email protected]:eic/ip6.git
71-
git clone git@eicweb.phy.anl.gov:EIC/irt.git
71+
git clone git@github.com:eic/irt.git
7272
git clone [email protected]:EIC/eicd.git
7373
```
7474
- follow directions below to build each module

doc/branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We intend to keep these tables up-to-date as development proceeds.
2828
| `drich-dev` | [`dev-irt`](https://github.com/c-dilks/drich-dev/pull/2) |
2929
| `epic` | `main` |
3030
| `eicd` | [`irt-data-model`](https://eicweb.phy.anl.gov/EIC/eicd/-/merge_requests/70) |
31-
| `irt` | `main` or [`edm4hep-refactoring`](https://eicweb.phy.anl.gov/EIC/irt/-/merge_requests/10) |
31+
| `irt` | `main` or [`edm4hep-refactoring`](https://github.com/eic/irt/pull/2) |
3232
| `juggler` | [`73-add-rich-irt-algorithm`](https://eicweb.phy.anl.gov/EIC/juggler/-/merge_requests/377) (for reference) |
3333
| `reconstruction_benchmarks` | [`irt-benchmark`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/merge_requests/222) |
3434

doc/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Placement Algorithms: `src/DRICH_geo.cpp`
1111
- Optical / Material Property Tables: `compact/optical_materials.xml`
1212
- GDML Files available in CI artifacts
13-
- IRT, documentation, and analysis: <https://eicweb.phy.anl.gov/EIC/irt>
13+
- IRT, documentation, and analysis: <https://github.com/eic/irt>
1414
- Development scripts + more documentation: <https://github.com/c-dilks/drich-dev>
1515

1616
- GEMC: <https://github.com/EIC-eRD11/dualRICH_inMEIC>

0 commit comments

Comments
 (0)