Skip to content

Commit efba00d

Browse files
authored
Merge pull request #74 from fspaniol/patch-1
Fix broken links on documentation
2 parents 765fa5a + 2a583ef commit efba00d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you want to run jobs on InfraBox you have to create a file called `infrabox.j
1313
| Name | Required | Type | Description |
1414
|------|----------|------|-------------|
1515
|version|true|number|Currently only valid value is 1.|
16-
|jobs|true|array of job definitions|A list of the actual jobs to run. It can be either<ul><li>[docker](#job-docker)</li><li>[docker-compose](#docker-compose)</li><li>[git](#job-git)</li><li>[workflow](#job-workflow)</li></ul>|
16+
|jobs|true|array of job definitions|A list of the actual jobs to run. It can be either<ul><li>[docker](#job-docker)</li><li>[docker-compose](#job-docker-compose)</li><li>[git](#job-git)</li><li>[workflow](#job-workflow)</li></ul>|
1717

1818
## Job: Docker
1919
The job type docker is one of the most important jobs. You can use it to run any Docker container you like.
@@ -579,7 +579,7 @@ This feature is extremely useful for bigger projects. Maybe you don't want to ru
579579
InfraBox can store secret values for you, so you don't have to store passwords or other secret values in your repository. Login to the InfraBox Dashboard, select your project and go to the Settings tab. There you can create a secret with a name and value. You can use the secrets as:
580580

581581
- [Environment Variable](#environment-variables)
582-
- [Docker Registry Passwird](#deployments)
582+
- [Docker Registry Password](#docker-registry)
583583

584584
# Archive
585585
Sometimes it's helpful to store some files for later access. Every file you write to `/infrabox/upload/archive` will later be accessible in the Dashboard for the job.

0 commit comments

Comments
 (0)