Skip to content

Commit

Permalink
Update index.html fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti authored Jun 6, 2024
1 parent eddf59b commit a455c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h5>About Us</h5>
<script src="main.js"></script>
<script>
// Fetch contributors from GitHub API
fetch('https://api.github.com/repos/<your_username>/<your_repository>/contributors')
fetch('https://api.github.com/repos/ShadBalti/Age-Calculator-App/contributors')
.then(response => response.json())
.then(data => {
const contributorsContainer = document.getElementById('contributors');
Expand Down

0 comments on commit a455c61

Please sign in to comment.