Skip to content

Commit 5c0c5ba

Browse files
authored
Update CONTRIBUTING.rst
Fixed path
1 parent 05e6be1 commit 5c0c5ba

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report 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

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit 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

5050
If you are proposing a feature:
5151

@@ -57,17 +57,17 @@ If you are proposing a feature:
5757
Get 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.
6363
2. 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

6767
3. 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

7373
4. 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

7979
5. 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

Comments
 (0)