Skip to content

Commit 88c932a

Browse files
author
Matthew Fisher
committed
Merge pull request #1200 from mvanduijker/master
docs(using_deis/using-buildpacks): fixing unexisting example example-ruby-sinatra git repository
2 parents d791866 + f2061f5 commit 88c932a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/using_deis/manage-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When working with an application that has been shared with you, clone the origin
7575

7676
.. code-block:: console
7777
78-
$ git clone https://github.com/opdemand/example-java-jetty.git
78+
$ git clone https://github.com/deis/example-java-jetty.git
7979
Cloning into 'example-java-jetty'... done
8080
$ cd example-java-jetty
8181
$ git remote add -f deis ssh://git@local.deisapp.com:2222/peachy-waxworks.git

docs/using_deis/using-buildpacks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you do not have an existing application, you can clone an example application
1414

1515
.. code-block:: console
1616
17-
$ git clone https://github.com/opdemand/example-ruby-sinatra.git
17+
$ git clone https://github.com/deis/example-ruby-sinatra.git
1818
$ cd example-ruby-sinatra
1919
2020
Create an Application

0 commit comments

Comments
 (0)