From 68c7391f2139216773ecf5f31050dd3ec9e9e376 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 28 Sep 2023 18:41:26 +0900 Subject: [PATCH] Improve link of examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 017052e..0fbaef1 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,4 @@ Especially I want to synchronize them with Nix shells. Nix and the ecosystem provide useful CIs, but the runtime footprint is not small even for small changes.\ So I'm currently using both Nix CI and some tools CIs. -You can check actual example at [workflow file](.github/workflows/update-nixpkgs.yml), and the [result PR](https://github.com/kachick/selfup/pull/3). +You can check actual example at [workflow file](https://github.com/kachick/anylang-template/blob/0d50545d31a5b7b878d2738db38654c23cd37ef4/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml#L68), and the [result PR](https://github.com/kachick/anylang-template/pull/24).