Skip to content

Commit 71b754b

Browse files
Fixed broken images
1 parent 771fac1 commit 71b754b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

_docs/example-catalog/ci-examples/android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ In most cases you would create a similar pipeline to a Gradle project.
2727

2828
{% include image.html
2929
lightbox="true"
30-
file="/images/learn-by-example/mobile/android-ci-pipeline.png"
31-
url="/images/learn-by-example/mobile/android-ci-pipeline.png"
30+
file="/images/examples/mobile/android-ci-pipeline.png"
31+
url="/images/examples/mobile/android-ci-pipeline.png"
3232
alt="Building and Testing an Android app"
3333
caption="Building and Testing an Android app"
3434
max-width="80%"

_docs/example-catalog/ci-examples/dotnet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Creating a CI/CD pipeline for C# is very easy, because Codefresh can run any SDK
2626

2727
{% include image.html
2828
lightbox="true"
29-
file="/images/learn-by-example/dotnet/dotnetcore-pipeline.png"
30-
url="/images/learn-by-example/dotnet/dotnetcore-pipeline.png"
29+
file="/images/examples/dotnet/dotnetcore-pipeline.png"
30+
url="/images/examples/dotnet/dotnetcore-pipeline.png"
3131
alt="Compiling a C# application in a pipeline"
3232
caption="Compiling a C# application in a pipeline"
3333
max-width="80%"
@@ -89,17 +89,17 @@ This pipeline:
8989
1. Uses the official `mcr.microsoft.com/dotnet/core/sdk:3.0` image to run unit/integration/functional tests in 3 different folders
9090
1. Builds the application docker image using the root folder as Docker context but with the Dockerfile located at `./src/Web`
9191

92-
<!--You can see the resulting image in the [image dashboard]({{site.baseurl}}/docs/docker-registries/working-with-docker-registries/#viewing-docker-images):
92+
You can see the resulting image in the [image dashboard]({{site.baseurl}}/docs/docker-registries/working-with-docker-registries/#viewing-docker-images):
9393

9494
{% include image.html
9595
lightbox="true"
96-
file="/images/learn-by-example/dotnet/dotnetcore-image.png"
97-
url="/images/learn-by-example/dotnet/dotnetcore-image.png"
96+
file="/images/examples/dotnet/dotnetcore-image.png"
97+
url="/images/examples/dotnet/dotnetcore-image.png"
9898
alt="Building a .NET core docker image"
9999
caption="Building a .NET core docker image"
100100
max-width="80%"
101101
%}
102-
-->
102+
103103

104104

105105

99.6 KB
Loading
100 KB
Loading
114 KB
Loading

0 commit comments

Comments
 (0)