Make link relative
This commit is contained in:
parent
bf3428277f
commit
4717378b8d
4
go.mod
4
go.mod
|
@ -5,8 +5,8 @@ go 1.15
|
|||
require (
|
||||
github.com/Microsoft/go-winio v0.4.15 // indirect
|
||||
github.com/docker/distribution v2.7.1+incompatible // indirect
|
||||
github.com/docker/docker v1.13.1 // indirect
|
||||
github.com/docker/go-connections v0.4.0 // indirect
|
||||
github.com/docker/docker v1.13.1
|
||||
github.com/docker/go-connections v0.4.0
|
||||
github.com/docker/go-units v0.4.0 // indirect
|
||||
github.com/opencontainers/go-digest v1.0.0 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
|
|
2
main.go
2
main.go
|
@ -98,7 +98,7 @@ func manageHandler(w http.ResponseWriter, r *http.Request) {
|
|||
<body>
|
||||
<h1>OpenPOD Management</h1>
|
||||
<div>
|
||||
<form action="/cmd" method="post">
|
||||
<form action="./cmd" method="post">
|
||||
<label for="version_tag">New version:</label>
|
||||
<input type="text" id="version_tag" name="version_tag">
|
||||
<input type="submit" value="Submit">
|
||||
|
|
Loading…
Reference in New Issue
Block a user