浏览代码

CH: Modified some wrong urls

Jean-Francois Goulet 19 年之前
父节点
当前提交
5c96d3bcde
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      LuaEdit/Bin/Help/LuaManual/Manual.html
  2. 3 3
      LuaEdit/HelpCore/LuaManual/Manual.html

+ 3 - 3
LuaEdit/Bin/Help/LuaManual/Manual.html

@@ -3,15 +3,15 @@
 
 <head>
 <title>Lua 5.1 Reference Manual</title>
-<link rel="stylesheet" href="../../lua.css">
-<link rel="stylesheet" href="../manual.css">
+<link rel="stylesheet" href="../Medias/lua.css">
+<link rel="stylesheet" href="../Medias/manual.css">
 </head>
 
 <body>
 
 <hr>
 <h1>
-<a href="http://www.lua.org"><img src="../../images/logo.gif" alt="" border="0"></a>
+<a href="http://www.lua.org"><img src="../Medias/logo.gif" alt="" border="0"></a>
 Lua 5.1 Reference Manual
 </h1>
 

+ 3 - 3
LuaEdit/HelpCore/LuaManual/Manual.html

@@ -3,15 +3,15 @@
 
 <head>
 <title>Lua 5.1 Reference Manual</title>
-<link rel="stylesheet" href="../../lua.css">
-<link rel="stylesheet" href="../manual.css">
+<link rel="stylesheet" href="../Medias/lua.css">
+<link rel="stylesheet" href="../Medias/manual.css">
 </head>
 
 <body>
 
 <hr>
 <h1>
-<a href="http://www.lua.org"><img src="../../images/logo.gif" alt="" border="0"></a>
+<a href="http://www.lua.org"><img src="../Medias/logo.gif" alt="" border="0"></a>
 Lua 5.1 Reference Manual
 </h1>