Skip to content

Commit 04656f8

Browse files
authored
Fix anchor in link to docker docs (pterodactyl#3793)
The former version does not "scroll" to the section
1 parent 95ff5f8 commit 04656f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/servers/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<input type="text" id="pIO" name="io" class="form-control" value="{{ old('io', 500) }}" />
213213
</div>
214214

215-
<p class="text-muted small"><strong>Advanced</strong>: The IO performance of this server relative to other <em>running</em> containers on the system. Value should be between <code>10</code> and <code>1000</code>. Please see <a href="https://docs.docker.com/engine/reference/run/#/block-io-bandwidth-blkio-constraint" target="_blank">this documentation</a> for more information about it.</p>
215+
<p class="text-muted small"><strong>Advanced</strong>: The IO performance of this server relative to other <em>running</em> containers on the system. Value should be between <code>10</code> and <code>1000</code>. Please see <a href="https://docs.docker.com/engine/reference/run/#block-io-bandwidth-blkio-constraint" target="_blank">this documentation</a> for more information about it.</p>
216216
</div>
217217
<div class="form-group col-xs-12">
218218
<div class="checkbox checkbox-primary no-margin-bottom">

0 commit comments

Comments
 (0)