Skip to content

Commit 6fc5db3

Browse files
authored
Listed links give '404 Page Not found #335 and #336 (#344)
* Fixing link on readme file as per issue #335 and #336
1 parent 5fc9079 commit 6fc5db3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Refer to the
5050
of tutorials and sample code to learn more about the PyDP library.
5151

5252
You can also get started with
53-
[an introduction to PyDP](https://github.com/OpenMined/PyDP/blob/dev/examples/carrots_demo/carrots_demo.ipynb)
53+
[an introduction to PyDP](https://github.com/OpenMined/PyDP/blob/dev/examples/Tutorial_1-carrots_demo/carrots_demo.ipynb)
5454
(a Jupyter notebook) and
55-
[the carrots demo](https://github.com/OpenMined/PyDP/blob/dev/examples/carrots_demo/carrots.py)
55+
[the carrots demo](https://github.com/OpenMined/PyDP/blob/dev/examples/Tutorial_1-carrots_demo/carrots.py)
5656
(a Python file).
5757

5858
Example: calculate the Bounded Mean

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This is the first example using the PyDP, about animals using the library to agg
1111

1212
### Example
1313

14-
* [Error Handling in PyDP](Sample_code/error_handing.py)
14+
* [Error Handling in PyDP](Sample_code/error_handling.py)

0 commit comments

Comments
 (0)