Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout web4
uses: actions/checkout@v7.0.0
with:
repository: TeoSlayer/pilotprotocol
repository: pilot-protocol/pilotprotocol
path: web4

- uses: actions/setup-go@v6.5.0
Expand Down
2 changes: 1 addition & 1 deletion dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ footer a:hover{color:var(--accent)}
<footer>
Pilot Protocol &middot;
<a href="https://pilotprotocol.network">pilotprotocol.network</a> &middot;
<a href="https://github.com/TeoSlayer/pilotprotocol">GitHub</a>
<a href="https://github.com/pilot-protocol/pilotprotocol">GitHub</a>
<div id="build-info" class="build-info" style="display:none"></div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion server_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ func NewWithStore(beaconAddr, storePath string) *Server {
},
})

s.releasePoller = newReleasePoller("TeoSlayer/pilotprotocol")
s.releasePoller = newReleasePoller("pilot-protocol/pilotprotocol")
go s.dashboard.StatsCollectorLoop(s.readyCh, s.done, s.sampleStats, s.recordSample)
go s.dashboard.PulseLoop()
go s.heartbeatLoop()
Expand Down
Loading