Skip to content

Commit 1108121

Browse files
author
fabriziopandini
committed
v0.7.0
1 parent c53b686 commit 1108121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Vagrant-compose supports two appraches for definining a cluster of VMs.
3333

3434
Cluster are defined by using the some ruby knowledge that is required for writing Vagrantfiles.
3535

36-
see [Programmatic Approach](http://pippo) for more details.
36+
see [Programmatic Approach](https://github.com/fabriziopandini/vagrant-compose/blob/master/doc/programmatic.md) for more details.
3737

3838
- Declarative Approach
3939

4040
By using the declarative approach also people with limited programming background can use vagrant-compose to easily define a cluster composed by many VMs; with declarative approach, the definition of the cluster is done in yaml, and the ruby programming part within the Vagrantfile is reduced to the minimum.
4141

42-
see [Declarative Approach](http://pippo) for more details.
42+
see [Declarative Approach](https://github.com/fabriziopandini/vagrant-compose/blob/master/doc/declarative.md) for more details.
4343

4444
# Additional notes
4545
Vagrant compose will play nicely with all vagrant commands.

0 commit comments

Comments
 (0)