sergehuber commented on code in PR #647: URL: https://github.com/apache/unomi/pull/647#discussion_r1312007887
########## manual/src/main/asciidoc/migrations/migrate-1.6-to-2.0.adoc: ########## @@ -22,58 +22,58 @@ There are two main steps in preparing your migration to Apache Unomi 2.0: === Updating applications consuming Unomi -Since Apache Unomi is an engine, you've probably built multiple applications consuming its APIs, you might also have built extensions directly running in Unomi. +Since Apache Unomi is an engine, you've probably built multiple applications consuming its APIs, you might also have built extensions directly running in Unomi. -As you begin updating applications consuming Apache Unomi, it is generally a good practice to <<Enable debug mode>>. +As you begin updating applications consuming Apache Unomi, it is generally a good practice to <<_enabling_debug_mode,enable debug mode>>. Doing so will display any errors when processing events (such as JSON Schema validations), and will provide useful indications towards solving issues. ==== Data Model changes -There has been changes to Unomi Data model, please make sure to review those in the << what_s_new>> section of the user manual. +There has been changes to Unomi Data model, please make sure to review those in the <<_whats_new_in_apache_unomi_2_0,What's new in Unomi 2>> section of the user manual. Review Comment: I actually used IDEA's auto-completion for the anchor so yes I think it should be good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@unomi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org