Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKozlov committed Sep 17, 2020
1 parent ffd8dc2 commit bc550c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout utils
uses: actions/checkout@v2
with:
repository: org-crac/utils
repository: CRaC/utils
path: utils

- name: Set up JDK 1.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mvn -s settings.xml package

## Running

Please refer to [README](https://github.com/org-crac/docs#users-flow) for details.
Please refer to [README](https://github.com/CRaC/docs#users-flow) for details.

### Preparing the image
1. Run the [JDK](README.md#JDK) in the checkpoint mode
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/org-crac/tomcat</url>
<url>https://maven.pkg.github.com/crac/tomcat</url>
</repository>
<repository>
<id>github2</id>
<url>https://maven.pkg.github.com/org-crac/org.crac</url>
<url>https://maven.pkg.github.com/crac/org.crac</url>
</repository>
</repositories>

Expand Down

0 comments on commit bc550c2

Please sign in to comment.