1
0
mirror of https://gitea.com/gitea/redirects synced 2025-10-06 00:02:57 +02:00

Add redirect for bots-proto-go (#62)

As the title.

Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/redirects/pulls/62
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Co-authored-by: Jason Song <wolfogre@noreply.gitea.io>
Co-committed-by: Jason Song <wolfogre@noreply.gitea.io>
This commit is contained in:
Jason Song
2022-11-22 00:46:19 +08:00
committed by John Olheiser
parent 441f71d6a7
commit 98a143bfd3
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
date: "2022-11-21T12:00:00+02:00"
title: "bots-proto-go"
slug: "bots-proto-go"
weight: 60
toc: false
draft: false
menu: "sidebar"
goimport: "code.gitea.io/bots-proto-go git https://gitea.com/gitea/bots-proto-go"
gosource: "code.gitea.io/bots-proto-go https://gitea.com/gitea/bots-proto-go https://gitea.com/gitea/bots-proto-go/src/branch/main{/dir} https://gitea.com/gitea/bots-proto-go/src/branch/main{/dir}/{file}#L{line}"
---
# Bots-proto-go - A protobuf library for Gitea bots.
A [protobuf library](https://gitea.com/gitea/bots-proto-go) used by Gitea bots.

View File

@@ -8,6 +8,7 @@ https://gitea-code.netlify.com/* https://code.gitea.io/:splat 302!
/changelog/* /changelog/index.html 302
/distea/* /distea/index.html 302
/terraform-provider-gitea/* /terraform-provider-gitea/index.html 302
/bots-proto-go/* /bots-proto-go/index.html 302
/pkg/log/* /pkg/log/index.html 302
/pkg/graceful/* /pkg/graceful/index.html 302
/pkg/process/* /pkg/process/index.html 302