Commit df21d5db by Ned Batchelder Committed by GitHub

Merge pull request #408 from edx/ned/fix-lms-url-in-docs

Fix the LMS example URL
parents e07a0101 2493d280
...@@ -109,7 +109,7 @@ Additional optional attributes can be specified: ...@@ -109,7 +109,7 @@ Additional optional attributes can be specified:
+-------------------------------+-----------------------------------------+----------------------------------------------------+ +-------------------------------+-----------------------------------------+----------------------------------------------------+
| Attribute/Argument | Description | Notes / Example Values | | Attribute/Argument | Description | Notes / Example Values |
+===============================+=========================================+====================================================+ +===============================+=========================================+====================================================+
| courses-api-url | LMS Courses API Endpoint | https://lms.example.com/api/v1/courses/ | | courses-api-url | LMS Courses API Endpoint | https://lms.example.com/api/courses/v1/ |
+-------------------------------+-----------------------------------------+----------------------------------------------------+ +-------------------------------+-----------------------------------------+----------------------------------------------------+
| ecommerce-api-url | Ecommerce API Endpoint | https://ecommerce.example.com/api/v2/ | | ecommerce-api-url | Ecommerce API Endpoint | https://ecommerce.example.com/api/v2/ |
+-------------------------------+-----------------------------------------+----------------------------------------------------+ +-------------------------------+-----------------------------------------+----------------------------------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment