From 7b873430bc8c5a1ea4cebf3fa3ae68a388ad6d2d Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Mon, 1 Apr 2024 15:44:26 +0900 Subject: [PATCH] Replace neco-template with cilium-policy-viewer Signed-off-by: Daichi Sakaue --- CHANGELOG.md | 2 +- README.md | 10 +++++----- docs/book.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9115790..2bacd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed ### Removed -[Unreleased]: https://github.com/cybozu-go/neco-template/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...HEAD +[Unreleased]: https://github.com/cybozu-go/cilium-policy-viewer/compare/bd1159a58c5bffddf20a186decd8d511aab5fe68...HEAD diff --git a/README.md b/README.md index 9545ff2..23bd1c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![GitHub release](https://img.shields.io/github/release/cybozu-go/neco-template.svg?maxAge=60)][releases] -[![CI](https://github.com/cybozu-go/neco-template/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/neco-template/actions/workflows/ci.yaml) -[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/neco-template?tab=overview)](https://pkg.go.dev/github.com/cybozu-go/neco-template?tab=overview) -[![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/neco-template)](https://goreportcard.com/report/github.com/cybozu-go/neco-template) +[![GitHub release](https://img.shields.io/github/release/cybozu-go/cilium-policy-viewer.svg?maxAge=60)][releases] +[![CI](https://github.com/cybozu-go/cilium-policy-viewer/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/cilium-policy-viewer/actions/workflows/ci.yaml) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/cilium-policy-viewer?tab=overview)](https://pkg.go.dev/github.com/cybozu-go/cilium-policy-viewer?tab=overview) +[![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/cilium-policy-viewer)](https://goreportcard.com/report/github.com/cybozu-go/cilium-policy-viewer) Template repository for Neco ============================ @@ -12,4 +12,4 @@ Template repository for Neco [docs](docs/) directory contains documents about designs and specifications. -[releases]: https://github.com/cybozu-go/neco-template/releases +[releases]: https://github.com/cybozu-go/cilium-policy-viewer/releases diff --git a/docs/book.toml b/docs/book.toml index 81e19c4..644500e 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -5,6 +5,6 @@ src = "." title = "Template Documentation" [output.html] -git-repository-url = "https://github.com/cybozu-go/neco-template" -edit-url-template = "https://github.com/cybozu-go/neco-template/edit/main/docs/{path}" -site-url = "/neco-template/" +git-repository-url = "https://github.com/cybozu-go/cilium-policy-viewer" +edit-url-template = "https://github.com/cybozu-go/cilium-policy-viewer/edit/main/docs/{path}" +site-url = "/cilium-policy-viewer/"