Fix dead links (#1455)

* Fix dead links

Fixed one dead link, removed another one and changed load factor and variance fields to accept only numbers between 0-100.

* Update fields.blade.php

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
B.Fatih KOZ
2022-08-15 18:26:34 +03:00
committed by GitHub
parent ef38d39ec4
commit ba5b4e23c7
2 changed files with 5 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
the values used come from the subfleet of the aircraft that the flight is
filed with. Only assign the fares you want to override. They can be set as
a monetary amount, or a percentage.
<a href="{{ docs_link('finances') }}" target="_blank">Read documentation about finances</a>.
<a href="https://docs.phpvms.net/guides/finances" target="_blank">Read documentation about finances</a>.
@endcomponent
<p class="text-danger">{{ $errors->first('value') }}</p>