Skip to content

Commit

Permalink
Fix dead links (#166)
Browse files Browse the repository at this point in the history
* Fix dead links

* fix

* diff links
  • Loading branch information
arpitjasa-db authored Jul 25, 2024
1 parent 0fbb648 commit dc1dea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CI/CD Workflow Definitions
This directory contains CI/CD workflow definitions using [Azure DevOps Pipelines](https://azure.microsoft.com/en-gb/products/devops/pipelines/),
This directory contains CI/CD workflow definitions using [Azure DevOps Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines),
under ``devops-pipelines``. These workflows cover testing and deployment of both ML code (for model training, batch inference, etc) and
Databricks ML resource definitions.

Expand Down
2 changes: 1 addition & 1 deletion template/{{.input_root_dir}}/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project contains the following components:
| ML Code | Example ML project code, with unit tested Python modules and notebooks |
| ML Resources as Code | ML pipeline resources (training and batch inference jobs with schedules, etc) configured and deployed through [databricks CLI bundles]({{ template `generate_doc_link` (map (pair "cloud" .input_cloud) (pair "path" "dev-tools/cli/bundle-cli.html")) }}) |
{{- end }}
| CI/CD | {{ if (eq .input_cicd_platform `github_actions`) }}[GitHub Actions](https://github.com/actions) workflows to test and deploy ML code and resources {{ else if (eq .input_cicd_platform `azure_devops`) }}[Azure DevOps Pipelines](https://azure.microsoft.com/en-gb/products/devops/pipelines/) to test and deploy ML code and resources{{ end }} |
| CI/CD | {{ if (eq .input_cicd_platform `github_actions`) }}[GitHub Actions](https://github.com/actions) workflows to test and deploy ML code and resources {{ else if (eq .input_cicd_platform `azure_devops`) }}[Azure DevOps Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines) to test and deploy ML code and resources{{ end }} |

contained in the following files:

Expand Down

0 comments on commit dc1dea6

Please sign in to comment.