Skip to content
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
6 changes: 3 additions & 3 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ where you should make changes::


For more details about the details of writing an XBlock, please refer to the
XBlock documentation: https://xblock.readthedocs.org/en/latest/getting_started.html#write-your-xblock
`XBlock documentation <https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/getting_started/index.html>`_

Testing your XBlock in the XBlock-SDK
Testing your XBlock in the XBlock-SDK
--------------------------------------

.. highlight: console
Expand Down Expand Up @@ -128,4 +128,4 @@ This will automatically start the workbench on port 8000. If you visit the page:

http://localhost:8000

the workbench should be visible along with the `workbench_scenarios` of any installed XBlocks.
the workbench should be visible along with the `workbench_scenarios` of any installed XBlocks.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ XBlock-SDK
if you have any questions or concerns. Do not make any plans based on this
document without talking to us first.

This is documentation for using the XBlock-SDK effectively to develop XBlocks. This documentation
This is documentation for using the XBlock-SDK effectively to develop XBlocks. This documentation
does not go into any detail about the inner workings of XBlocks. Please see the primary XBlock documentation
for any questions and concerns about the XBlock API.

https://xblock.readthedocs.org/
https://docs.openedx.org/projects/xblock/en/latest/

Getting Started
---------------
Expand Down
Loading