Skip to content

Commit

Permalink
chore: change redir to arnoweiss
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Dec 19, 2024
1 parent c394471 commit 588bf4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/checkout-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ do
echo starting with tag $tag
mkdir $tag
cd $tag
git clone https://github.com/eclipse-dataspace-dcp/decentralized-claims-protocol.git --depth 1 --branch ${tag} --quiet
git clone https://github.com/arnoweiss/decentralized-claims-protocol.git --depth 1 --branch ${tag} --quiet
pwd
mv ./decentralized-claims-protocol/* .
cd ..
Expand Down
6 changes: 3 additions & 3 deletions .github/scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta http-equiv="refresh"
content="0;url=https://eclipse-dataspace-dcp.github.io/decentralized-claims-protocol/v1.0-RC1"/>
<link rel="canonical" href="https://eclipse-dataspace-dcp.github.io/decentralized-claims-protocol/v1.0-RC1"/>
content="0;url=https://arnoweiss.github.io/decentralized-claims-protocol/v1.0-RC1"/>
<link rel="canonical" href="https://arnoweiss.github.io/decentralized-claims-protocol/v1.0-RC1"/>
</head>
<body>
<h4>
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-dcp.github.io/decentralized-claims-protocol/v1.0-RC1">here</a>
This redirects to the latest Release Candidate <a href="https://arnoweiss.github.io/decentralized-claims-protocol/v1.0-RC1">here</a>
</h4>
</body>
</html>

0 comments on commit 588bf4d

Please sign in to comment.