From 7d3ed3e0dea07353d2f4e5f74a57a2d3ff3cb2da Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Mon, 19 Feb 2024 16:06:40 -0600 Subject: [PATCH] Clarify classic wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c06af16a3f..b3109ce499 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ The [ActiveMQ Artemis Examples](https://github.com/apache/activemq-artemis-examp See the [Hacking Guide](https://activemq.apache.org/components/artemis/documentation/hacking-guide/) for details about modifying the code, building the project, running tests, IDE integration, etc. -## Migrate from ActiveMQ "Classic" +## Migrate from ActiveMQ Classic -See the [Migration Guide](https://activemq.apache.org/components/artemis/migration-documentation/) for information about the architectural and configuration differences between ActiveMQ "Classic" (i.e. 5.x) and ActiveMQ Artemis. +See the [Migration Guide](https://activemq.apache.org/components/artemis/migration-documentation/) for information about the architectural and configuration differences between ActiveMQ Classic and ActiveMQ Artemis. ## Report an Issue -See [our website](https://activemq.apache.org/issues) for details on how to report an bug, request a feature, etc. \ No newline at end of file +See [our website](https://activemq.apache.org/issues) for details on how to report an bug, request a feature, etc.