Skip to content

Commit 58a181b

Browse files
authored
Redirect to 2025 event
1 parent cb190c0 commit 58a181b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redirect/sessions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616
<p>Redirecting to <a id="targetUrl" href="#">destination</a> web site.</p>
1717
<script type="text/javascript">
18-
var targetUrl = 'https://dotnetconf.kr/2024';
18+
var targetUrl = 'https://dotnetconf.kr/2025';
1919
document.getElementById('targetUrl').setAttribute('href', targetUrl);
2020
window.setTimeout(function(){
2121
window.location.replace(targetUrl);

0 commit comments

Comments
 (0)