From 483940d2f314388c7722dd2dc795ded84a5db2d4 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 29 Apr 2025 20:57:40 -0400 Subject: [PATCH] Fix git server URL --- docs/handbook/infrastructure/naming_conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/infrastructure/naming_conventions.md b/docs/handbook/infrastructure/naming_conventions.md index b80a594..576f430 100644 --- a/docs/handbook/infrastructure/naming_conventions.md +++ b/docs/handbook/infrastructure/naming_conventions.md @@ -13,4 +13,4 @@ env-category-(subservice)-(subdomain) - `subservice`: optional, used with `pubinfra` and `intinfra`. For shared infrastructure, what service(s) are being hosted. For example, `auth`, `accounts`, `portal`, etc. - `subdomain`: optional, used for specific products. Identifies the specific user's instance that is being hosted. -So, for the StarCat Systems [:simple-forgejo: Git server](https://git.starcat.systems/starcatsys/about_docs), the hostname is `prod-sourcecamp-starcatsys`. (`env`=`prod`, `category`=`sourcecamp`, `subservice`=empty, `subdomain`=`starcatsys`) \ No newline at end of file +So, for the StarCat Systems [:simple-forgejo: Git server](https://git.starcat.systems), the hostname is `prod-sourcecamp-starcatsys`. (`env`=`prod`, `category`=`sourcecamp`, `subservice`=empty, `subdomain`=`starcatsys`) \ No newline at end of file