diff --git a/design/uiux/prototype/05-회의진행.html b/design/uiux/prototype/05-회의진행.html index 56ec599..2dabc07 100644 --- a/design/uiux/prototype/05-회의진행.html +++ b/design/uiux/prototype/05-회의진행.html @@ -990,7 +990,7 @@ alert('회의가 종료되었습니다. AI가 회의록을 생성 중입니다...'); setTimeout(() => { - window.location.href = '10-회의록상세조회.html'; + window.location.href = '07-회의종료.html'; }, 2000); } }