From 1d941ed7e13e56102fd16d9a584fd409b68dec22 Mon Sep 17 00:00:00 2001 From: RoFlection Bot Date: Tue, 12 Dec 2023 11:56:41 -0800 Subject: [PATCH] Rename mirror + this repo (#400) --- README.md | 4 ++-- js-to-lua.config.js | 2 +- mkdocs.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d7b607d..04aa3ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Coverage Status](https://coveralls.io/repos/github/Roblox/apollo-client-lua/badge.svg?branch=main&t=nPsuqJ)](https://coveralls.io/github/Roblox/apollo-client-lua?branch=main) -![CI](https://github.com/Roblox/apollo-client-lua/workflows/Tests/badge.svg) +[![Coverage Status](https://coveralls.io/repos/github/Roblox/apollo-client-lua-internal/badge.svg?branch=main&t=nPsuqJ)](https://coveralls.io/github/Roblox/apollo-client-lua-internal?branch=main) +![CI](https://github.com/Roblox/apollo-client-lua-internal/workflows/Tests/badge.svg) # ApolloClient for Luau diff --git a/js-to-lua.config.js b/js-to-lua.config.js index a1cf286..be2b22d 100644 --- a/js-to-lua.config.js +++ b/js-to-lua.config.js @@ -10,7 +10,7 @@ module.exports = { }, downstream: { owner: "roblox", - repo: "apollo-client-lua", + repo: "apollo-client-lua-internal", primaryBranch: "main", patterns: [ "src/**/*.lua" diff --git a/mkdocs.yml b/mkdocs.yml index f03823f..a587448 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Apollo Client Luau Documentation -site_url: https://roblox.github.io/apollo-client-lua/ -repo_name: Roblox/apollo-client-lua -repo_url: https://github.com/Roblox/apollo-client-lua +site_url: https://roblox.github.io/apollo-client-lua-internal/ +repo_name: Roblox/apollo-client-lua-internal +repo_url: https://github.com/Roblox/apollo-client-lua-internal theme: name: material