Skip to content

Commit 09c5271

Browse files
authored
Change redirection URL in index.html
Updated the target URL for redirection from dotnetconf.kr to dotnetuniverse.net. Signed-off-by: Jung Hyun Nam <rkttu@rkttu.com>
1 parent 8cd0958 commit 09c5271

File tree

1 file changed

+2
-1
lines changed
  • src/DotnetDevKr.Website/wwwroot/redirect/sessions

1 file changed

+2
-1
lines changed

src/DotnetDevKr.Website/wwwroot/redirect/sessions/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
<body>
1414
<p>Redirecting to <a id="targetUrl" href="#">destination</a> web site.</p>
1515
<script type="text/javascript">
16-
var targetUrl = 'https://dotnetconf.kr/2025';
16+
var targetUrl = 'https://dotnetuniverse.net/2026';
1717
document.getElementById('targetUrl').setAttribute('href', targetUrl);
1818
window.setTimeout(function(){
1919
window.location.replace(targetUrl);
2020
}, 0);
2121
</script>
2222
</body>
2323
</html>
24+

0 commit comments

Comments
 (0)