Commit 1b5825fc1b9e1ddf846a13ec8b1936cdfb504704
1 parent
5fdca814
Exists in
sei-v3.0.0-oracle-dockerimages
and in
3 other branches
Atualização de link para download do VirtualBox.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -12,7 +12,7 @@ Outra fator importante de ser feito, antes do início dos trabalhos de desenvolv |
12 | 12 | |
13 | 13 | Voltando para à configuração do ambiente de desenvolvimento, as tecnologias utilizadas nesse trabalho foram as listadas abaixo. Sugerimos uma breve leitura de suas documentações para melhor entendimento. |
14 | 14 | |
15 | -* Virtual Box - https://www.virtualbox.org/ | |
15 | +* VirtualBox - https://www.virtualbox.org/ | |
16 | 16 | * Vagrant - https://www.vagrantup.com/ |
17 | 17 | * Git - https://git-scm.com/ |
18 | 18 | |
... | ... | @@ -33,9 +33,9 @@ O Vagrant trabalha com o conceito de Box, basicamente uma "imagem/iso" para se c |
33 | 33 | |
34 | 34 | Para configurar o ambiente, será necessário a instalação dos seguintes pré-requisitos: |
35 | 35 | |
36 | -* **VirtualBox** Download: https://www.virtualbox.org/wiki/Download_Old_Builds_4_3 | |
36 | +* **VirtualBox** Download: https://www.virtualbox.org/wiki/Downloads | |
37 | 37 | |
38 | -* **VirtualBox Extensions** Download: http://download.virtualbox.org/virtualbox/4.3.30/Oracle_VM_VirtualBox_Extension_Pack-4.3.30-101610.vbox-extpack | |
38 | +* **VirtualBox Extensions** Download: https://www.virtualbox.org/wiki/Downloads | |
39 | 39 | |
40 | 40 | * **Vagrant** Download: https://www.vagrantup.com/downloads.html |
41 | 41 | ... | ... |