Update links

This commit is contained in:
Ethan Dennis
2022-09-16 09:27:18 -07:00
parent 98e87f3718
commit f5bb8a4691
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -190,4 +190,4 @@ Each pipeline will have a variety of files written that include:
### Next lab
[Perform a dry-run of a CircleCI pipeline](3-dry-run.md)
[Forecast potential build runner usage](3-forecast.md)
+1 -1
View File
@@ -96,4 +96,4 @@ You can now inspect the output of the command to see a forecast report using all
## Next steps
This concludes all labs for migrating CircleCI pipelines to Actions with Valet!
[Perform a dry-run of a CircleCI pipeline](4-dry-run.md)
+2 -1
View File
@@ -184,10 +184,11 @@ jobs:
- run: bundle exec rspec spec --profile 10 --format RspecJunitFormatter --out /tmp/test-results/rspec/results.xml --format progress
- run: bundle exec rubocop --format progress
```
</details>
Despite these two pipelines using different syntax they will function equivalently.
## Next lab
[Use custom transformers to customize Valet's behavior](./4-custom-transformers.md)
[Use custom transformers to customize Valet's behavior](./5-custom-transformers.md)
+1 -1
View File
@@ -195,4 +195,4 @@ That's it! Congratulations, you have overridden Valet's default behavior by cust
## Next lab
[Perform a production migration of a CircleCI pipeline](5-migrate.md)
[Perform a production migration of a CircleCI pipeline](6-migrate.md)
+1 -1
View File
@@ -48,4 +48,4 @@ At this point, the migration has completed and you have successfully migrated a
### Next Lab
[Forecast potential build runner usage](6-forecast.md)
This concludes all labs for migrating CircleCI pipelines to Actions with Valet!