docs: Link to markdown files
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
882e0b4f45
commit
2192217899
@ -111,7 +111,7 @@ dagger.#Plan & {
|
|||||||
|
|
||||||
Note that `#AddHello` was integrated *directly* into the plan, whereas `core.#WriteFile` was integrated *indirectly*, by virtue of being a sub-action of `#AddHello`.
|
Note that `#AddHello` was integrated *directly* into the plan, whereas `core.#WriteFile` was integrated *indirectly*, by virtue of being a sub-action of `#AddHello`.
|
||||||
|
|
||||||
To learn more about the structure of a plan, see [it all begins with a plan](./1202-plan).
|
To learn more about the structure of a plan, see [it all begins with a plan](./1202-plan.md).
|
||||||
|
|
||||||
## Discovery
|
## Discovery
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ displayed_sidebar: europa
|
|||||||
|
|
||||||
Core Actions are primitives implemented by the Dagger Engine itself. They can be combined into higher-level composite actions. Their definitions can be imported in the `dagger.io/dagger/core` package.
|
Core Actions are primitives implemented by the Dagger Engine itself. They can be combined into higher-level composite actions. Their definitions can be imported in the `dagger.io/dagger/core` package.
|
||||||
|
|
||||||
For more information about Dagger Actions, see [Dagger Actions](../core-concepts/1221-action).
|
For more information about Dagger Actions, see [Dagger Actions](../core-concepts/1221-action.md).
|
||||||
|
|
||||||
The following core actions are available:
|
The following core actions are available:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user