OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
500 stars 138 forks source link

Listed links give '404 Page Not found #335 and #336 #344

Closed mhosankalp closed 3 years ago

mhosankalp commented 3 years ago

Description

Fixing the broken link on PyDP repository. Link in the readme file of carrot demo was broken. Two links in the main readme file of PyDP repo was broken in dev branch. All the three links on both the readme file is fixed as a part of this PR

Affected Dependencies

No Dependencies

How has this been tested?

1) Navigate to readme file in PyDP repo of dev branch. Click on "an introduction to PyDP" and "the carrots demo" link. Make sure the link takes you to appropriate location. 2) Navigate to Openmind/PyDP/examples. Click on "Error Handling in PyDP" link. Make sure the link takes you to appropriate location.

Checklist

chinmayshah99 commented 3 years ago

Fixes #335 , #336