Skip to content

Commit f2061f5

Browse files
committed
docs(using_deis/using-buildpacks): fixing unexisting opdemand/example-ruby-sinatra git repository
Git repository opdemand/example-ruby-sinatra does not exist. Fixed it by changing it to deis/example-ruby-sinatra Also changed opdemand/example-java-jetty to deis/example-java-jetty
1 parent 64ce873 commit f2061f5

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)