You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/applications/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Create a new applicaton
2
2
3
-
Any Dockerfile added in a subfolder below the [applications](./applications) directory is interpreted as an application part of the deployment.
3
+
Any Dockerfile added in a subfolder below the [applications](../../applications) directory is interpreted as an application part of the deployment.
4
4
5
5
## Use harness-application
6
6
@@ -116,6 +116,6 @@ The most important configuration entries are the following:
116
116
-`livenessProbe`: defines a a url to use as a liveness probe
117
117
118
118
# Example code
119
-
-[Sample application](../applications/samples) is a sample web application providing working examples of deployment configuration, backend and frontend code.
119
+
-[Sample application](../../applications/samples) is a sample web application providing working examples of deployment configuration, backend and frontend code.
0 commit comments