Skip to content

Commit a2ebdaf

Browse files
committed
Use project-native UrlFormatter
1 parent 6a39691 commit a2ebdaf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Views/Packet/IndexCpp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function invoke(\BNETDocs\Interfaces\Model $model): void
1616
echo "/**\n";
1717
echo " * BNETDocs, the documentation and discussion website for Blizzard protocols\n";
1818
echo ' * Copyright (C) 2003-' . \date('Y') . " \"Arta\", Don Cullen \"Kyro\", Carl Bennett, others\n";
19-
echo ' * <' . \CarlBennett\MVC\Libraries\Common::relativeUrlToAbsolute('/legal') . ">\n";
19+
echo ' * <' . \BNETDocs\Libraries\Core\UrlFormatter::format('/legal') . ">\n";
2020
echo " *\n";
2121
echo " * BNETDocs is free software: you can redistribute it and/or modify\n";
2222
echo " * it under the terms of the GNU Affero General Public License as published by\n";

src/Views/Packet/IndexGo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function invoke(\BNETDocs\Interfaces\Model $model): void
1616
echo "/**\n";
1717
echo " * BNETDocs, the documentation and discussion website for Blizzard protocols\n";
1818
echo ' * Copyright (C) 2003-' . \date('Y') . " \"Arta\", Don Cullen \"Kyro\", Carl Bennett, others\n";
19-
echo ' * <' . \CarlBennett\MVC\Libraries\Common::relativeUrlToAbsolute('/legal') . ">\n";
19+
echo ' * <' . \BNETDocs\Libraries\Core\UrlFormatter::format('/legal') . ">\n";
2020
echo " *\n";
2121
echo " * BNETDocs is free software: you can redistribute it and/or modify\n";
2222
echo " * it under the terms of the GNU Affero General Public License as published by\n";

src/Views/Packet/IndexJava.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function invoke(\BNETDocs\Interfaces\Model $model): void
1616
echo "/**\n";
1717
echo " * BNETDocs, the documentation and discussion website for Blizzard protocols\n";
1818
echo ' * Copyright (C) 2003-' . \date('Y') . " \"Arta\", Don Cullen \"Kyro\", Carl Bennett, others\n";
19-
echo ' * <' . \CarlBennett\MVC\Libraries\Common::relativeUrlToAbsolute('/legal') . ">\n";
19+
echo ' * <' . \BNETDocs\Libraries\Core\UrlFormatter::format('/legal') . ">\n";
2020
echo " *\n";
2121
echo " * BNETDocs is free software: you can redistribute it and/or modify\n";
2222
echo " * it under the terms of the GNU Affero General Public License as published by\n";

src/Views/Packet/IndexPhp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static function invoke(\BNETDocs\Interfaces\Model $model): void
1717
echo "/**\n";
1818
echo " * BNETDocs, the documentation and discussion website for Blizzard protocols\n";
1919
echo ' * Copyright (C) 2003-' . \date('Y') . " \"Arta\", Don Cullen \"Kyro\", Carl Bennett, others\n";
20-
echo ' * <' . \CarlBennett\MVC\Libraries\Common::relativeUrlToAbsolute('/legal') . ">\n";
20+
echo ' * <' . \BNETDocs\Libraries\Core\UrlFormatter::format('/legal') . ">\n";
2121
echo " *\n";
2222
echo " * BNETDocs is free software: you can redistribute it and/or modify\n";
2323
echo " * it under the terms of the GNU Affero General Public License as published by\n";

src/Views/Packet/IndexVb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function invoke(\BNETDocs\Interfaces\Model $model): void
1616
echo "'\n";
1717
echo "' BNETDocs, the documentation and discussion website for Blizzard protocols\n";
1818
echo "' Copyright (C) 2003-" . \date('Y') . " \"Arta\", Don Cullen \"Kyro\", Carl Bennett, others\n";
19-
echo "' <" . \CarlBennett\MVC\Libraries\Common::relativeUrlToAbsolute('/legal') . ">\n";
19+
echo "' <" . \BNETDocs\Libraries\Core\UrlFormatter::format('/legal') . ">\n";
2020
echo "'\n";
2121
echo "' BNETDocs is free software: you can redistribute it and/or modify\n";
2222
echo "' it under the terms of the GNU Affero General Public License as published by\n";

0 commit comments

Comments
 (0)