Skip to content

Commit

Permalink
More site rename things.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeHaan committed Jan 29, 2014
1 parent bbf4731 commit 3b8fd62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/ansible-galaxy
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def build_option_parser(action):

if action in ("info","init","install"):
parser.add_option(
'-s', '--server', dest='api_server', default="galaxy.ansibleworks.com",
'-s', '--server', dest='api_server', default="galaxy.ansible.com",
help='The API server destination')

if action in ("init","install"):
Expand Down Expand Up @@ -510,7 +510,7 @@ def execute_init(args, options, parser):
"""

init_path = get_opt(options, 'init_path', './')
api_server = get_opt(options, "api_server", "galaxy.ansibleworks.com")
api_server = get_opt(options, "api_server", "galaxy.ansible.com")
force = get_opt(options, 'force', False)

api_config = api_get_config(api_server)
Expand Down Expand Up @@ -615,7 +615,7 @@ def execute_install(args, options, parser):
"""

role_file = get_opt(options, "role_file", None)
api_server = get_opt(options, "api_server", "galaxy.ansibleworks.com")
api_server = get_opt(options, "api_server", "galaxy.ansible.com")
no_deps = get_opt(options, "no_deps", False)

if len(args) == 0 and not role_file:
Expand Down
2 changes: 1 addition & 1 deletion docsite/_themes/srtd/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<hr/>

<p>
&copy; Copyright 2013 <a href="http://ansibleworks.com">AnsibleWorks</a>.
&copy; Copyright 2013 <a href="http://ansible.com">Ansible, Inc.</a>.

{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
Expand Down
2 changes: 1 addition & 1 deletion hacking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ can install them from pip
$ easy_install pip # if pip is not already available
$ pip install pyyaml jinja2

From there, follow ansible instructions on ansibleworks.com/docs as normal.
From there, follow ansible instructions on docs.ansible.com as normal.

Test-module
-----------
Expand Down

0 comments on commit 3b8fd62

Please sign in to comment.