diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-03 04:52:41 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-03 04:52:41 +0000 |
commit | d9a43b19b761c9d1726fc971044634cd3fa917b8 (patch) | |
tree | 5ca26b030d82ca5b0670a18e0217e72377c7496f /readme/faq.html | |
parent | d1f6653cc4ad3a10cb6cccc655a35a7426abbcfc (diff) | |
download | hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.tar.gz hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.tar.bz2 hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.tar.xz hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.zip |
- Updated RAthena links in readme.html files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15007 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/faq.html')
-rw-r--r-- | readme/faq.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/readme/faq.html b/readme/faq.html index a75b725ee..9b7a53b02 100644 --- a/readme/faq.html +++ b/readme/faq.html @@ -1,14 +1,14 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>eAthena | FAQ</title> + <title>RAthena | FAQ</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="template"> <div id="header"> - <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">FAQ</div> </div> <div id="navcontainer"> @@ -23,7 +23,7 @@ </div> <div class="body-container"> - The following are frequently asked questions regarding eAthena.<br><br> + The following are frequently asked questions regarding RAthena.<br><br> <dl> <dt>Where can I set the exp rates?</dt> <dd> @@ -50,10 +50,10 @@ </dd> <dt>I found a bug, where to I report it?</dt> - <dd>If you find a bug in eAthena, report it here: <a href="http://www.eathena.ws/board/index.php?autocom=bugtracker" target="_blank">Bug Tracker</a></dd> + <dd>If you find a bug in RAthena, report it here: <a href="http://rathena.org/board/tracker/" target="_blank">Bug Tracker</a></dd> - <dt>I'm a well-experienced programmer, can I join the eAthena dev team?</dt> - <dd>Contact <a href="http://www.eathena.ws/board/index.php?showuser=121372" target="_blank">Paradox924X</a></dd> + <dt>I'm a well-experienced programmer, can I join the RAthena dev team?</dt> + <dd>You can apply in the <a href="http://rathena.org/board/topic/53712-developer-applications/" target="_blank">Developer Applications</a> topic.</dd> <dt>My character won't move, and no windows open when I login to the game, what's wrong?</dt> <dd>Your packet_db_ver is most likely set wrong, change it in /db/packet_db.txt to match your client's packet ver.</dd> @@ -63,4 +63,4 @@ <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> </div> </body> -</html>
\ No newline at end of file +</html> |