From 4a32896404b9dcdd7fc6f5885601936ea4262fa1 Mon Sep 17 00:00:00 2001 From: Eric Ribeiro Date: Fri, 1 Apr 2022 11:39:45 -0700 Subject: [PATCH] fix: Template link in README (#138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94816f28..83dde259 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An orb for orb authors - provides a full suite of jobs for packing, validating, The _orb-tools_ orb is a key component of the "[Orb Development Kit](https://circleci.com/docs/2.0/orb-author/#orb-development-kit)". For the full documentation for developing orbs, see the [Intro to Authoring an Orb](https://circleci.com/docs/2.0/orb-author-intro/) documentation. -When you initialize a new orb project using the Orb Development Kit, a customized `.circleci/config.yml` file is created containing a full CI pipeline for building, testing, and publishing your orb which utilizes the "orb-tools" orb for the majority of these functions. You can find the config template [here](https://github.com/CircleCI-Public/Orb-Project-Template/). +When you initialize a new orb project using the Orb Development Kit, a customized `.circleci/config.yml` file is created containing a full CI pipeline for building, testing, and publishing your orb which utilizes the "orb-tools" orb for the majority of these functions. You can find the config template [here](https://github.com/CircleCI-Public/Orb-Template). Once automatically configured, on each code push to your repo, CircleCI will trigger the pipeline defined in the `.circleci/config.yml` file, which will execute (among several others) the orb-tools orb's jobs.