www: Fix link to schema.sql

This commit is contained in:
Yorhel 2024-04-14 12:54:07 +02:00
parent bb28e17bbd
commit 30a8353089

View file

@ -545,7 +545,7 @@ TUWF::get '/info/about' => sub {
<a href="/curl">curl's -C</a>. <a href="/curl">curl's -C</a>.
<br /><br /> <br /><br />
The database schema is "documented" at <a The database schema is "documented" at <a
href="https://code.blicky.net/yorhel/manned/src/branch/master/sql/schema.sql">schema.sql</a> href="https://code.blicky.net/yorhel/manned/src/branch/master/schema.sql">schema.sql</a>
in the git repo. Keep in mind that these dumps don't constitute a stable in the git repo. Keep in mind that these dumps don't constitute a stable
API and, while this won't happen frequently, incompatible schema changes API and, while this won't happen frequently, incompatible schema changes
or Postgres major version bumps will occassionally occur. or Postgres major version bumps will occassionally occur.