diff --git a/README.md b/README.md index 784deef..3832b6f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To report a bug or request a feature, visit [issues](https://github.com/openedx/ ## Documentation -See [documentation on Read the Docs](https://edunext-docs-openedx-woocommerce-plugin.readthedocs-hosted.com/en/latest/index.html). +See [documentation on Read the Docs](https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/index.html). # How to Contribute diff --git a/README.txt b/README.txt index 6465301..e312a71 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ Contributors: felipemontoya, julianrg2, mafermazu Tags: openedx, open edx, ecommerce, lms, courses Requires at least: 6.3 -Tested up to: 6.3 +Tested up to: 6.5 Requires PHP: 8.0 Stable tag: 2.0.3 License: GPLv2 or later @@ -38,8 +38,8 @@ Obtain enrollment information: This requests the Open edX APIs to retrieve the e Below are some links to help you get started with Open edX WooCommerce Plugin: -- Quick Start Guide -- How-to Guides +- Quick Start Guide +- How-to Guides **Note** @@ -79,7 +79,7 @@ Let's start installing and configuring the Open edx Commerce plugin to connect y = Where can I find documentation and user guides? = -If you need help setting up and configuring this plugin, visit the [documentation on Read the Docs].(https://edunext-docs-openedx-woocommerce-plugin.readthedocs-hosted.com/en/latest/index.html) +If you need help setting up and configuring this plugin, visit the [documentation on Read the Docs].(https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/index.html) = Where can I report bugs or request features? = diff --git a/admin/views/class-openedx-commerce-settings.php b/admin/views/class-openedx-commerce-settings.php index 518c8cf..b9d8713 100644 --- a/admin/views/class-openedx-commerce-settings.php +++ b/admin/views/class-openedx-commerce-settings.php @@ -321,7 +321,7 @@ public function openedx_jwt_token_callback() { */ public function openedx_settings_section_callback() { printf( - 'Configuring the necessary parameters here to establish the connection between this plugin and your Open edX platform. For more information, you can visit the how-to Create an Open edX Application for the Plugin Settings in the documentation.' + 'Configuring the necessary parameters here to establish the connection between this plugin and your Open edX platform. For more information, you can visit the how-to Create an Open edX Application for the Plugin Settings in the documentation.' ); } }