Skip to content

Commit

Permalink
fix paths for react and flask images in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkayne committed Jul 27, 2023
1 parent 47fc457 commit 982acf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/flask_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flask --app examples/feedback/flask/flask_app.py --debug run
```

Now open [http://127.0.0.1:5000](http://127.0.0.1:5000) to render the UI:
![](../../../assets/flask-example.png)
![](../assets/flask-example.png)

You can now navigate to [Trubrics](https://trubrics.streamlit.app) to manage the feedback that you have collected.

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/react_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The following example shows how you can collect Trubrics feedback directly from your React.js application. We will be using React MUI components that displays thumbs up/down feedback buttons. Upon clicking, users will be able to provide extra additional feedback through a popup window.

![img](../../../assets/react-example.png)
![](../assets/react-example.png)

## Setup

Expand Down

0 comments on commit 982acf3

Please sign in to comment.