Skip to content

Commit 34d1356

Browse files
committed
link update
1 parent 068eac4 commit 34d1356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assests/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $(document).ready(function(){
4343
const projectsContainer = document.getElementById('projects-container');
4444
let project = '';
4545

46-
fetch('/assests/js/projects.json')
46+
fetch('JavaScript-Projects/assests/js/projects.json')
4747
.then(res => res.json())
4848
.then(projects => {
4949
// console.log(projects);

0 commit comments

Comments
 (0)