diff options
author | D G Turner | 2018-09-25 04:08:51 +0100 |
---|---|---|
committer | D G Turner | 2018-09-25 04:08:51 +0100 |
commit | ec2611607a0d8605c5f8299823d923512a878c48 (patch) | |
tree | 3b190c2c0a36d222fa1c14861083653d7e3cfc9d /devtools | |
parent | 9447ec1b092e82bd93c296a3b45ee2a4ace7cfe7 (diff) | |
download | scummvm-rg350-ec2611607a0d8605c5f8299823d923512a878c48.tar.gz scummvm-rg350-ec2611607a0d8605c5f8299823d923512a878c48.tar.bz2 scummvm-rg350-ec2611607a0d8605c5f8299823d923512a878c48.zip |
CREDITS: Fix Anchors For Website to Match Current Usage.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 44e969ad9d..bad241f0b3 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -465,8 +465,8 @@ sub add_paragraph { # begin_credits("Credits"); - begin_section("ScummVM Team"); - begin_section("Project Leader", "leader"); + begin_section("ScummVM Team", "scummvm_team"); + begin_section("Project Leader", "project_leader"); begin_persons(); add_person("Eugene Sandulenko", "sev", ""); end_persons(); @@ -828,7 +828,7 @@ begin_credits("Credits"); end_section(); - begin_section("Backend Teams", "backends"); + begin_section("Backend Teams", "backend_teams"); begin_section("Android"); add_person("Andre Heider", "dhewg", ""); add_person("Angus Lees", "Gus", ""); @@ -999,7 +999,7 @@ begin_credits("Credits"); end_section(); - begin_section("Other contributions"); + begin_section("Other contributions", "other_contrib"); begin_section("Packages", "packages"); begin_section("AmigaOS 4"); @@ -1206,7 +1206,7 @@ begin_credits("Credits"); end_persons(); end_section(); - begin_section("FreeSCI Contributors", "freesci"); + begin_section("FreeSCI Contributors", "freesci_contrib"); begin_persons(); add_person("Francois-R Boyer", "", "MT-32 information and mapping code"); add_person("Rainer Canavan", "", "IRIX MIDI driver and bug fixes"); |