diff options
Diffstat (limited to 'web/templates/html/index.html')
| -rw-r--r-- | web/templates/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/html/index.html b/web/templates/html/index.html index 4f09ba9..ea93c01 100644 --- a/web/templates/html/index.html +++ b/web/templates/html/index.html @@ -31,7 +31,7 @@ <div class="center-block col-md-6"> <div class="card"> <div class="card-body"> - <p class="text-center">Shoelaces is waiting for a server to boot. Using iPXE, your server should reach the following endpoint: <br /> <b class="text-primary-custom">http://{{ .BaseURL }}/poll/1/<MAC></b> </p> + <p class="text-center">Shoelaces is waiting for a server to boot. Using iPXE, your server should reach the following endpoint: <br /> <b class="text-primary-custom">http://{{ .BaseURL }}/start</b> </p> <p class="text-center">You can automate this process by setting up a DHCP server.</p> </div> </div> |
