Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Link to the official box for the 1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip committed Apr 17, 2013
1 parent 438071a commit 40d2c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1 - Coming soon...
1.1 - April 17, 2013
====================

- Upgraded the Ubuntu distribution to 12.04 LTS 64 bits.
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant::Config.run do |config|
config.vm.box = "djangocore-box-1.1"
config.vm.box_url = "https://dl.dropbox.com/u/3364022/djangocore-box/djangocore-box-1.1.box"
config.vm.box_url = "https://www.djangoproject.com/m/vms/djangocore-box-1.1.box"
config.vm.host_name = "djangocore"

config.ssh.forward_agent = true
Expand Down

0 comments on commit 40d2c14

Please sign in to comment.