Remove invalid link from Java roadmap (#5025)

pull/5125/head^2
Nayan Lonkar 7 months ago committed by GitHub
parent 752a1d44d7
commit d2a09427ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/java/content/101-java-advanced-topics/106-how-jvm-works.md

@ -4,7 +4,6 @@ The Java Virtual Machine is a program whose purpose is to execute other programs
Visit the following resources to learn more: Visit the following resources to learn more:
- [Packages in Java](https://docs.oracle.com/javase/8/docs/api/java/lang/Package.html)
- [What is JVM?](https://www.javatpoint.com/jvm-java-virtual-machine) - [What is JVM?](https://www.javatpoint.com/jvm-java-virtual-machine)
- [Introducing the Java Virtual Machine](https://www.infoworld.com/article/3272244/what-is-the-jvm-introducing-the-java-virtual-machine.html) - [Introducing the Java Virtual Machine](https://www.infoworld.com/article/3272244/what-is-the-jvm-introducing-the-java-virtual-machine.html)
- [JVM Architecture](https://www.geeksforgeeks.org/jvm-works-jvm-architecture/) - [JVM Architecture](https://www.geeksforgeeks.org/jvm-works-jvm-architecture/)

Loading…
Cancel
Save