Skip to content

Commit d4c890e

Browse files
committed
Update the docs
1 parent 2414c82 commit d4c890e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/chart_maker/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ SeleniumBase Chart Maker allows you to create HTML charts with Python. (HighChar
1010

1111
([Click to see a presentation with multiple charts](https://seleniumbase.io/other/chart_presentation.html))
1212

13-
Here's how to run an example presentation with a pie chart:
13+
Here's how to run the example presentation with a pie chart from [github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker):
1414

1515
```bash
1616
cd examples/chart_maker
1717
pytest my_chart.py
1818
```
1919

20-
Here's the code for that pie chart presentation:
20+
Here's the code for that pie chart presentation ([github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py)):
2121

2222
```python
2323
from seleniumbase import BaseCase

help_docs/chart_maker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ SeleniumBase Chart Maker allows you to create HTML charts with Python. (HighChar
1010

1111
([Click to see a presentation with multiple charts](https://seleniumbase.io/other/chart_presentation.html))
1212

13-
Here's how to run an example presentation with a pie chart:
13+
Here's how to run the example presentation with a pie chart from [github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/chart_maker):
1414

1515
```bash
1616
cd examples/chart_maker
1717
pytest my_chart.py
1818
```
1919

20-
Here's the code for that pie chart presentation:
20+
Here's the code for that pie chart presentation ([github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/my_chart.py)):
2121

2222
```python
2323
from seleniumbase import BaseCase

0 commit comments

Comments
 (0)