We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd0958 commit 09c5271Copy full SHA for 09c5271
1 file changed
src/DotnetDevKr.Website/wwwroot/redirect/sessions/index.html
@@ -13,11 +13,12 @@
13
<body>
14
<p>Redirecting to <a id="targetUrl" href="#">destination</a> web site.</p>
15
<script type="text/javascript">
16
- var targetUrl = 'https://dotnetconf.kr/2025';
+ var targetUrl = 'https://dotnetuniverse.net/2026';
17
document.getElementById('targetUrl').setAttribute('href', targetUrl);
18
window.setTimeout(function(){
19
window.location.replace(targetUrl);
20
}, 0);
21
</script>
22
</body>
23
</html>
24
+
0 commit comments