Skip to content

Commit c83421d

Browse files
committed
fix: admin to dashboard rename issues
1 parent e32408c commit c83421d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cypress/e2e/autoApproved.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Auto-Approved Push Test', () => {
4545
});
4646

4747
it('should display auto-approved message and verify tooltip contains the expected timestamp', () => {
48-
cy.visit('/admin/push/123');
48+
cy.visit('/dashboard/push/123');
4949

5050
cy.wait('@getPush');
5151

website/docs/quickstart/approve.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All pushes that flow through GitProxy require an approval (authorisation). Until
2121
Following on from [Push via GitProxy](/docs/quickstart/intercept#push-via-git-proxy), a unique & shareable link is generated:
2222

2323
```
24-
http://localhost:8080/admin/push/0000000000000000000000000000000000000000__79b4d8953cbc324bcc1eb53d6412ff89666c241f
24+
http://localhost:8080/dashboard/push/0000000000000000000000000000000000000000__79b4d8953cbc324bcc1eb53d6412ff89666c241f
2525
```
2626

2727
The `ID` for your push corresponds to the last part of the URL:
@@ -174,7 +174,7 @@ Following on from [Push via GitProxy](/docs/quickstart/intercept#push-via-git-pr
174174
remote: GitProxy has received your push ✅
175175
remote:
176176
remote: 🔗 Shareable Link
177-
remote: http://localhost:8080/admin/push/000000__b12557
177+
remote: http://localhost:8080/dashboard/push/000000__b12557
178178
```
179179

180180
Insert the URL directly into your web browser.

website/docs/quickstart/intercept.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ remote:
9393
remote: GitProxy has received your push ✅
9494
remote:
9595
remote: 🔗 Shareable Link
96-
remote: http://localhost:8080/admin/push/000000__b12557
96+
remote: http://localhost:8080/dashboard/push/000000__b12557
9797
remote:
9898
```
9999

0 commit comments

Comments
 (0)