Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix README inconsistencies and update year to 2025
Description
This PR fixes three issues found in the README.md file:
1. Updated year
Changed the title from "Roadmap retos de programación 2024" to "Roadmap retos de programación 2025" to reflect the current year.
2. Fixed exercise #9 title
Corrected the title from "HERENCIA Y POLIMORFISMO" to "HERENCIA" to match the actual directory name
09 - HERENCIA.3. Added missing trailing slash
Added a trailing
/to the community link for exercise #26 (SOLID SRP) to maintain consistency with all other exercise entries.Changes
2024→2025HERENCIA Y POLIMORFISMO→ HERENCIA./Roadmap/26%20-%20SOLID%20SRP)→./Roadmap/26%20-%20SOLID%20SRP/)