瀏覽代碼

Updated Template Files #8

Yoginth 7 年之前
父節點
當前提交
5688ba9027
共有 3 個文件被更改,包括 7 次插入7 次删除
  1. 1 1
      templates/admin/dashboard.tmpl
  2. 1 1
      templates/base/head.tmpl
  3. 5 5
      templates/pages/contribute.tmpl

+ 1 - 1
templates/admin/dashboard.tmpl

@@ -10,7 +10,7 @@
 				</h4>
 				<div class="ui attached segment">
 					<h3>
-						{{AppName}}.com - <a href="https://gitlab.com/gitote/gitote/commits/master">v{{AppVer}}</a>
+						{{AppName}}.com - <a href="https://gitote.in/gitote/gitote/commits/master">v{{AppVer}}</a>
 					</h3>
 				</div>
 				<h4 class="ui top attached header">

+ 1 - 1
templates/base/head.tmpl

@@ -258,7 +258,7 @@
 												</a>
 												{{if or .IsAdmin .IsStaff}}
 													<div class="divider"></div>
-													<a class="item" href="https://gitlab.com/gitote/gitote">
+													<a class="item" href="https://gitote.in/gitote/gitote">
 														<i class="menu-icon octicon">👨‍💻</i>{{.i18n.Tr "sourcecode"}}
 													</a>
 													<a class="item" href="/styleguide">

+ 5 - 5
templates/pages/contribute.tmpl

@@ -66,23 +66,23 @@
         </center>
 
         <p class="pages-small">
-            These instructions are for development of {{AppName}}.com specifically. Please note that use of the 
+            These instructions are for development of {{AppName}}.in specifically. Please note that use of the 
             {{AppName}} Development Kit is currently experimental on Windows. macOS or Linux are recommended for the best 
             contribution experience.
         </p>
         <ol>
             <li class="pages-small">
-                Download and setup the <a href="https://gitlab.com/gitote/gitote-development-kit">{{AppName}} Development 
-                Kit</a>, see the <a href="https://gitlab.com/gitote/gitote-development-kit/blob/master/README.md">GDK 
+                Download and setup the <a href="https://gitote.in/gitote/gitote-development-kit">{{AppName}} Development 
+                Kit</a>, see the <a href="https://gitote.in/gitote/gitote-development-kit/blob/master/README.md">GDK 
                 README</a> for instructions on setting it up and 
-                <a href="https://gitlab.com/gitote/gitote-development-kit/blob/master/doc/howto/troubleshooting.md">
+                <a href="https://gitote.in/gitote/gitote-development-kit/blob/master/doc/howto/troubleshooting.md">
                 Troubleshooting</a> if you get stuck.
             </li> 
             
             <li class="pages-small">Fork the {{AppName}} project.</li> 
             <li class="pages-small">
                 Choose an issue to work on. * You can find easy issues by 
-                <a href="https://gitlab.com/gitote/gitote/issues?label_name%5B%5D=Accepting+merge+requests">
+                <a href="https://gitote.in/gitote/gitote/issues?label_name%5B%5D=Accepting+merge+requests">
                 looking at issues labeled Accepting Merge Requests and sorting issues by weight</a>, low-weight issues will be the 
                 easiest to accomplish.