Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update doc urls and the test up to 6.5 #77

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

- <a href="https://edunext-docs-openedx-woocommerce-plugin.readthedocs-hosted.com/en/latest/plugin_quickstart.html" target="_blank">Quick Start Guide</a>
- <a href="https://edunext-docs-openedx-woocommerce-plugin.readthedocs-hosted.com/en/latest/how-tos/index.html" target="_blank">How-to Guides</a>
- <a href="https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/plugin_quickstart.html" target="_blank">Quick Start Guide</a>
- <a href="https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/how-tos/index.html" target="_blank">How-to Guides</a>

**Note**

Expand Down Expand Up @@ -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? =

Expand Down
2 changes: 1 addition & 1 deletion admin/views/class-openedx-commerce-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://edunext-docs-openedx-woocommerce-plugin.readthedocs-hosted.com/en/latest/how-tos/create_an_openedx_app.html">Create an Open edX Application for the Plugin Settings</a> 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 <a href="https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/how-tos/create_an_openedx_app.html">Create an Open edX Application for the Plugin Settings</a> in the documentation.'
);
}
}
Expand Down
Loading