diff --git a/docs/common/guides/graalnative.adoc b/docs/common/guides/graalnative.adoc index 74fdd968fae..f038b85dc79 100644 --- a/docs/common/guides/graalnative.adoc +++ b/docs/common/guides/graalnative.adoc @@ -172,7 +172,7 @@ Again, it starts fast. You can exercise the application's endpoints as before. Native images are ideal for applications with high horizontal scalability requirements where the ability to rapidly scale out to numerous instances is important. -That said, native images do have some https://github.com/oracle/graal/blob/master/substratevm/LIMITATIONS.md[limitations], +That said, native images do have some https://github.com/oracle/graal/blob/master/substratevm/Limitations.md[limitations], and for long running applications where startup and footprint are less of a priority, the Java SE HotSpot VM might be more appropriate.