Skip to content

Commit

Permalink
chore: update eUICC Manual Link
Browse files Browse the repository at this point in the history
  • Loading branch information
creamlike1024 committed Jun 5, 2024
1 parent 2f5d86f commit 25926be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci-registry.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate curl -o ci-registry.json https://euicc-manual.septs.app/docs/pki/ci/manifest.json
//go:generate curl -o ci-registry.json https://euicc-manual.osmocom.org/docs/pki/ci/manifest.json
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion eum-registry.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate curl -o eum-registry.json https://euicc-manual.septs.app/docs/pki/eum/manifest.json
//go:generate curl -o eum-registry.json https://euicc-manual.osmocom.org/docs/pki/eum/manifest.json
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion window.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func InitMainWindow() fyne.Window {
[lpac](https://github.com/estkme-group/lpac) C-based eUICC LPA
[eUICC Manual](https://euicc-manual.septs.app) eUICC Developer Manual
[eUICC Manual](https://euicc-manual.osmocom.org) eUICC Developer Manual
[fyne](https://github.com/fyne-io/fyne) Material Design GUI toolkit`)

Expand Down

0 comments on commit 25926be

Please sign in to comment.