소스 검색

permalink to new domain

raylu 5 일 전
부모
커밋
27c1fdb0bb
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/permalink.ts
  2. 1 1
      www/index.html

+ 2 - 2
src/permalink.ts

@@ -63,7 +63,7 @@ export function updatePermalink()
 	const hideOptionsButton = document.getElementById("hideOptions") as HTMLInputElement;
 	const latestMonthButton = document.getElementById("latestMonth") as HTMLInputElement;
 	
-	var permalink = "https://pmmg-products.github.io/reports/?type=" + graphSelect.value;
+	var permalink = "https://prun.raylu.net/stats/?type=" + graphSelect.value;
 	var rprunLink = "XIT PRUNSTATS type-" + graphSelect.value;
 	
     const graph = graphs.find(obj => obj.id == graphSelect.value);
@@ -87,4 +87,4 @@ export function updatePermalink()
 	permalinkInput.value = permalink;
 	rprunInput.value = rprunLink;
 	return;
-}
+}

+ 1 - 1
www/index.html

@@ -14,7 +14,7 @@
 <div class="topTabContainer" id="topTabContainer">
 	<div>
 		<div class="topTab">
-			<a class="topTabLink" href="https://github.com/PMMG-Products/pmmg-products.github.io">GitHub</a>
+			<a class="topTabLink" href="https://prun.raylu.net/stats/">GitHub</a>
 			<div class="toggleIndicator toggleIndicatorActive"></div>
 		</div>
 	</div>