Skip to content

Commit ec3ef03

Browse files
authored
.NET Conf 2024 x Seoul 반영
1 parent 3eacdb5 commit ec3ef03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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://www.dotnetconf.kr/live/2023/fall';
18+
var targetUrl = 'https://dotnetconf.kr/2024';
1919
document.getElementById('targetUrl').setAttribute('href', targetUrl);
2020
window.setTimeout(function(){
2121
window.location.replace(targetUrl);

0 commit comments

Comments
 (0)