We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb190c0 commit 58a181bCopy full SHA for 58a181b
redirect/sessions/index.html
@@ -15,7 +15,7 @@
15
<body>
16
<p>Redirecting to <a id="targetUrl" href="#">destination</a> web site.</p>
17
<script type="text/javascript">
18
- var targetUrl = 'https://dotnetconf.kr/2024';
+ var targetUrl = 'https://dotnetconf.kr/2025';
19
document.getElementById('targetUrl').setAttribute('href', targetUrl);
20
window.setTimeout(function(){
21
window.location.replace(targetUrl);
0 commit comments