@@ -15,7 +15,7 @@ Types of Contributions
1515Report Bugs
1616~~~~~~~~~~~
1717
18- Report bugs at https://github.com/probely/probely_api_examples /issues.
18+ Report bugs at https://github.com/probely/API_Scripts /issues.
1919
2020If you are reporting a bug, please include:
2121
@@ -45,7 +45,7 @@ articles, and such.
4545Submit Feedback
4646~~~~~~~~~~~~~~~
4747
48- The best way to send feedback is to file an issue at https://github.com/probely/probely_api_examples /issues.
48+ The best way to send feedback is to file an issue at https://github.com/probely/API_Scripts /issues.
4949
5050If you are proposing a feature:
5151
@@ -57,17 +57,17 @@ If you are proposing a feature:
5757Get Started!
5858------------
5959
60- Ready to contribute? Here's how to set up `probely_api_examples ` for local development.
60+ Ready to contribute? Here's how to set up `API_Scripts ` for local development.
6161
62- 1. Fork the `probely_api_examples ` repo on GitHub.
62+ 1. Fork the `API_Scripts ` repo on GitHub.
63632. Clone your fork locally::
6464
65- $ git clone git@github.com:your_name_here/probely_api_examples .git
65+ $ git clone git@github.com:your_name_here/API_Scripts .git
6666
67673. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
6868
69- $ mkvirtualenv probely_api_examples
70- $ cd probely_api_examples /
69+ $ mkvirtualenv API_Scripts
70+ $ cd API_Scripts /
7171 $ python setup.py develop
7272
73734. Create a branch for local development::
@@ -78,7 +78,7 @@ Ready to contribute? Here's how to set up `probely_api_examples` for local devel
7878
79795. When you're done making changes, check that your changes pass flake8::
8080
81- $ flake8 probely_api_examples
81+ $ flake8 API_Scripts
8282
8383 To get flake8, just pip install it into your virtualenv.
8484
0 commit comments