Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update experimental reference from master to main 🧙 #338

Merged
merged 1 commit into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions teps/0005-tekton-oci-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ discussed in the following docs:
- [Tekton OCI Image Design](https://docs.google.com/document/d/1lXF_SvLwl6OqqGy8JbpSXRj4hWJ6CSImlxlIl4V9rnM/edit?pl=1#)

This will be based from the knowledge acquired on the [experimental oci
project](https://github.com/tektoncd/experimental/tree/master/oci) we ran.
project](https://github.com/tektoncd/experimental/tree/main/oci) we ran.

## Motivation

Expand Down Expand Up @@ -405,7 +405,7 @@ expectations).

We need a tool to be able to package, push and pull images to and from
any OCI registries. The
[`oci`](https://github.com/tektoncd/experimental/tree/master/oci)
[`oci`](https://github.com/tektoncd/experimental/tree/main/oci)
experimental project would be a good fit for this — before we discuss
and integrate Tekton OCI bundles in `tkn` and the `tektoncd/pipeline`
types.
Expand Down
2 changes: 1 addition & 1 deletion teps/0021-results-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ to get more details.

- Original Project Proposal:
https://docs.google.com/document/d/1-XBYQ4kBlCHIHSVoYAAf_iC01_by_KoK2aRVO0t8ZQ0
- Proof of Concept: https://github.com/tektoncd/experimental/tree/master/results
- Proof of Concept: https://github.com/tektoncd/experimental/tree/main/results

## Future Work

Expand Down