瀏覽代碼

Fixes #12191: Change absolute image path to relative

jeremystretch 3 年之前
父節點
當前提交
768d6f624e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/customization/reports.md

+ 1 - 1
docs/customization/reports.md

@@ -132,7 +132,7 @@ Once you have created a report, it will appear in the reports list. Initially, r
 !!! note
 !!! note
     To run a report, a user must be assigned the `extras.run_report` permission. This is achieved by assigning the user (or group) a permission on the Report object and specifying the `run` action in the admin UI as shown below.
     To run a report, a user must be assigned the `extras.run_report` permission. This is achieved by assigning the user (or group) a permission on the Report object and specifying the `run` action in the admin UI as shown below.
 
 
-    ![Adding the run action to a permission](/media/admin_ui_run_permission.png)
+    ![Adding the run action to a permission](../media/admin_ui_run_permission.png)
 
 
 ### Via the Web UI
 ### Via the Web UI