diff --git a/guides/deployment/to-cf.md b/guides/deployment/to-cf.md index abe553dc9..27d7e1b23 100644 --- a/guides/deployment/to-cf.md +++ b/guides/deployment/to-cf.md @@ -40,17 +40,6 @@ cds init bookshop --add sample cd bookshop ``` -::: details Alternatively, download or clone the sample repository - -Exercise the following steps in the `bookshop` subfolder of the [`cloud-cap-samples`](https://github.com/sap-samples/cloud-cap-samples) repo: - -```sh -git clone https://github.com/sap-samples/cloud-cap-samples samples -cd samples/bookshop -``` - -::: -