Add redirect for bots-proto-go #62

Merged
jolheiser merged 1 commits from wolfogre/redirects:feature/bots-proto-go into master 2022-11-21 16:46:19 +00:00
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