Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken links of old site to new urls or remove them from the readme. #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Or using [pip](http://pypi.python.org/pypi/pip):
pip install -U pysphere
```

You can aslo find the source package and windows installer in the [downloads](http://code.google.com/p/pysphere/downloads/list) section. To install it from the source package:
To install it from the source package:

1. Unzip the package
2. run: `python setup.py install`

### Quick Example

Here's how you power on a virtual machine. See also the [getting started guide](http://code.google.com/p/pysphere/wiki/GettingStarted) and the project's [wiki](http://code.google.com/p/pysphere/w/list) with the full documentation.
Here's how you power on a virtual machine. See also the [getting started guide](https://github.com/argos83/pysphere/blob/wiki/GettingStarted.md) and the project's [wiki](https://github.com/argos83/pysphere/tree/wiki) with the full documentation.

```
>>> from pysphere import VIServer
Expand Down