GitHub URL 변경에 관련된 수정
@@ -11,7 +11,7 @@ def api_version_2(conn, r_ver, c_ver):
up_data = up_data[0][0] if up_data and up_data[0][0] in ['stable', 'beta', 'dev'] else 'stable'
try:
- data = urllib.request.urlopen('https://raw.githubusercontent.com/2du/openNAMU/' + up_data + '/version.json')
+ data = urllib.request.urlopen('https://raw.githubusercontent.com/openNAMU/openNAMU/' + up_data + '/version.json')
except:
data = None
@@ -50,7 +50,7 @@ def main_update_2(conn, r_ver):
<li>''' + load_lang('version') + ' : ' + r_ver + '''</li>
<li id="ver_send" style="display: none;">''' + load_lang('lastest') + ''' : </li>
</ul>
- <a href="https://github.com/2du/openNAMU">(Beta)</a> <a href="https://github.com/2du/openNAMU/tree/stable">(Stable)</a>
+ <a href="https://github.com/openNAMU/openNAMU">(Beta)</a> <a href="https://github.com/openNAMU/openNAMU/tree/stable">(Stable)</a>
<hr class=\"main_hr\">
<form method="post">
<button type="submit">''' + load_lang('update') + '''</button>
@@ -181,7 +181,7 @@
{{imp[1][1]|safe}}
<br>
- <a href="https://github.com/2du/openNAMU"><img id="b_logo" src="/views/main_css/file/s_logo.png"></a>
+ <a href="https://github.com/openNAMU/openNAMU"><img id="b_logo" src="/views/main_css/file/s_logo.png"></a>
</div>
<div id="nav_bar">