diff --git a/doc/technical/dynamic_content.md b/doc/technical/dynamic_content.md index 086644112..18f9fff3e 100644 --- a/doc/technical/dynamic_content.md +++ b/doc/technical/dynamic_content.md @@ -1,3 +1,5 @@ +## Dynamic Challenge Content + crowdAI supports a Dynamic Content page which can be used to inject challenge-specific ERB code, including JavaScript enclosed in `````` tags. The content is added to a new tab in the challenge view, the title of which is also configurable. @@ -10,8 +12,8 @@ As these are regular Rails instance variables, they can be chained using dot not ## Example -![config](doc/images/dynamic_content_configuration.png) -![output](doc/images/dynamic_content_output.png) +![config](../images/dynamic_content_configuration.png) +![output](../images/dynamic_content_output.png)