Skip to content

Commit

Permalink
Update Github URLs to point to deploy/fafdevelop
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored and Brutus5000 committed Mar 25, 2024
1 parent a9f911b commit db84022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/res/scripts/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ function displayWeapon($thisWeapon, $info, $thisUnit, $dataLoc, $userSettings, $
Missile ID/BP
</div>
<div class="littleInfoVar" style="text-align:center;margin:0px;" >
<a class="blueprintLink externalBlueprint" href="https://github.com/FAForever/fa/tree/develop/projectiles/'.($projectileId).'">
<a class="blueprintLink externalBlueprint" href="https://github.com/FAForever/fa/blob/deploy/fafdevelop/projectiles/'.($projectileId).'">
'.($projectileId).'
</a>
</div>
Expand Down Expand Up @@ -2009,7 +2009,7 @@ function getUnitTitle($unit, $dataLoc=null, $lang='US'){
<p style="
padding-left:15px;
margin:0px;">
<a href=" https://github.com/FAForever/fa/blob/develop/units/'.($unit->Id).'/'.($unit->Id).'_unit.bp"
<a href="https://github.com/FAForever/fa/blob/deploy/fafdevelop/units/'.($unit->Id).'/'.($unit->Id).'_unit.bp"
class="blueprintLink" style="color:'.(getFactionColor($unit->General->FactionName, 'bright')).';">
'.strtoupper($unit->Id).'
</a>
Expand Down

0 comments on commit db84022

Please sign in to comment.