diff --git a/README.rst b/README.rst index ab89ce5..b875b1a 100644 --- a/README.rst +++ b/README.rst @@ -135,13 +135,7 @@ not shared or otherwise disclosed! To find the course id, item id, and part id, first go to the web authoring interface for your programming assignment. There, the URL will be of the form: -``/:courseSlug/author/outline/programming/:itemId/``. The part id will be -displayed in the authoring user interface for each part. To convert the -``courseSlug`` into a ``courseId``, you can take advantage of our `Course API` putting in the appropriate ``courseSlug``. For example, given a -course slug of ``developer-iot``, you can query the course id by making the -request: ``https://api.coursera.org/api/onDemandCourses.v1?q=slug&slug=developer-iot``. -The response will be a JSON object containing an ``id`` field with the value: -``iRl53_BWEeW4_wr--Yv6Aw``. +``/teach/:courseSlug/:courseId/content/edit/programming/:itemId``. The uploaded grader can be linked to multiple (itemId, partId) pairs without making duplicate uploads by using the ``--additional_item_and_part`` flag.