Skip to content

Commit 918e424

Browse files
author
RoFlection Bot
committed
Rename internal repo (#257)
1 parent c8f1129 commit 918e424

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The Roblox Lua reference implementation for GraphQL, a query language for APIs created by Facebook.
44

5-
[![Build Status](https://github.com/Roblox/graphql-lua/workflows/ci/badge.svg?branch=master)](https://github.com/Roblox/graphql-lua/actions?query=branch%3Amaster)
6-
[![Coverage Status](https://codecov.io/gh/Roblox/graphql-lua/branch/master/graph/badge.svg)](https://codecov.io/gh/Roblox/graphql-lua)
5+
[![Build Status](https://github.com/Roblox/graphql-lua-internal/workflows/ci/badge.svg?branch=master)](https://github.com/Roblox/graphql-lua-internal/actions?query=branch%3Amaster)
6+
[![Coverage Status](https://codecov.io/gh/Roblox/graphql-lua-internal/branch/master/graph/badge.svg)](https://codecov.io/gh/Roblox/graphql-lua-internal)
77

88
See more complete documentation at https://graphql.org/ and
99
https://graphql.org/graphql-js/. GraphQL-Lua has few to no deviations from the upstream documentation and APIs, with the exception of the subscription API (which is stubbed). A quick search for `SKIP`ped tests will highlight current deviations.
@@ -30,7 +30,7 @@ GraphQL-Lua provides two important capabilities: building a type schema and
3030
serving queries against that type schema.
3131

3232
* In a new project, you can consume this library by adding this line to your rotriever.toml
33-
* `GraphQL = "github.com/roblox/graphql-lua@15.5.0"`
33+
* `GraphQL = "github.com/Roblox/graphql-lua-internal@15.5.0"`
3434
* Make sure you are using the latest [rotriever](https://github.com/Roblox/rotriever/releases) 0.5.1 (or later) release
3535
* you can download the release binary, or add it to your `foreman.toml`: ```rotrieve = { source = "roblox/rotriever", version = "0.5.1" }```
3636

@@ -120,7 +120,7 @@ We actively welcome pull requests. Learn how to [contribute](./.github/CONTRIBUT
120120

121121
### Changelog
122122

123-
Changes are tracked as [GitHub releases](https://github.com/Roblox/graphql-lua/releases).
123+
Changes are tracked as [GitHub releases](https://github.com/Roblox/graphql-lua-internal/releases).
124124

125125
### License
126126

js-to-lua.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
},
1111
downstream: {
1212
owner: "roblox",
13-
repo: "graphql-lua",
13+
repo: "graphql-lua-internal",
1414
primaryBranch: "master",
1515
patterns: [
1616
"src/**/*.lua"

0 commit comments

Comments
 (0)