Skip to content

Commit

Permalink
doc: fix URL in doc string (#8)
Browse files Browse the repository at this point in the history
* doc: fix URL in doc string
  • Loading branch information
tuchfarber authored Sep 16, 2021
1 parent 371d9c1 commit 5d92b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ platform-plugin-notices
|pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge|

**This repo is not currently accepting open source contributions**

Overview
------------------------
--------

This plugin for edx-platform manages notices that a user must acknowledge. It only stores the content of the notices and whether a user has acknowledged them. Presentation and other client side decisions will be left to the frontends that utilize these APIs.

Expand Down
2 changes: 1 addition & 1 deletion notices/rest_api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ListUnacknowledgedNotices(APIView):
"""
Read only view to list all notices that the user hasn't acknowledged.
Path: `/api/notices/v1/unacknowledged`
Path: `/notices/api/v1/unacknowledged`
Returns:
* 200: OK - Contains a list of active unacknowledged notices the user still needs to see
Expand Down

0 comments on commit 5d92b50

Please sign in to comment.