Skip to content

Commit 2769369

Browse files
authored
Update github URLs in docs and package descriptions (#747)
## Usage and product changes Packages and `README`s now reference correct repositories and branches. ## Implementation
1 parent d9149d8 commit 2769369

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ See the table below for links to README files, documentation, and source code.
1313

1414
| Driver | Readme | Documentation | Driver location |
1515
|---------|--------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------|
16-
| Rust | [README](https://github.com/typedb/typedb-driver/tree/development/rust/README.md) | [Documentation](https://typedb.com/docs/drivers/rust/overview) | [`rust/`](https://github.com/typedb/typedb-driver/tree/development/rust) |
17-
| Python | [README](https://github.com/typedb/typedb-driver/tree/development/python/README.md) | [Documentation](https://typedb.com/docs/drivers/python/overview) | [`python/`](https://github.com/typedb/typedb-driver/tree/development/python) |
18-
| Node.js | [README](https://github.com/typedb/typedb-driver/tree/development/nodejs/README.md) | [Documentation](https://typedb.com/docs/drivers/nodejs/overview) | [`nodejs/`](https://github.com/typedb/typedb-driver/tree/development/nodejs) |
19-
| Java | [README](https://github.com/typedb/typedb-driver/tree/development/java/README.md) | [Documentation](https://typedb.com/docs/drivers/java/overview) | [`java/`](https://github.com/typedb/typedb-driver/tree/development/java) |
20-
| C | [README](https://github.com/typedb/typedb-driver/tree/development/c/README.md) | See C++ | [`c/`](https://github.com/typedb/typedb-driver/tree/development/c) |
21-
| C++ | [README](https://github.com/typedb/typedb-driver/tree/development/cpp/README.md) | [Documentation](https://typedb.com/docs/drivers/cpp/overview) | [`cpp/`](https://github.com/typedb/typedb-driver/tree/development/cpp) |
22-
| C# | [README](https://github.com/typedb/typedb-driver/tree/development/csharp/README.md) | [Documentation](https://typedb.com/docs/drivers/csharp/overview) | [`csharp/`](https://github.com/typedb/typedb-driver/tree/development/csharp) |
16+
| Rust | [README](https://github.com/typedb/typedb-driver/tree/master/rust/README.md) | [Documentation](https://typedb.com/docs/drivers/rust/overview) | [`rust/`](https://github.com/typedb/typedb-driver/tree/master/rust) |
17+
| Python | [README](https://github.com/typedb/typedb-driver/tree/master/python/README.md) | [Documentation](https://typedb.com/docs/drivers/python/overview) | [`python/`](https://github.com/typedb/typedb-driver/tree/master/python) |
18+
| Node.js | [README](https://github.com/typedb/typedb-driver/tree/master/nodejs/README.md) | [Documentation](https://typedb.com/docs/drivers/nodejs/overview) | [`nodejs/`](https://github.com/typedb/typedb-driver/tree/master/nodejs) |
19+
| Java | [README](https://github.com/typedb/typedb-driver/tree/master/java/README.md) | [Documentation](https://typedb.com/docs/drivers/java/overview) | [`java/`](https://github.com/typedb/typedb-driver/tree/master/java) |
20+
| C | [README](https://github.com/typedb/typedb-driver/tree/master/c/README.md) | See C++ | [`c/`](https://github.com/typedb/typedb-driver/tree/master/c) |
21+
| C++ | [README](https://github.com/typedb/typedb-driver/tree/master/cpp/README.md) | [Documentation](https://typedb.com/docs/drivers/cpp/overview) | [`cpp/`](https://github.com/typedb/typedb-driver/tree/master/cpp) |
22+
| C# | [README](https://github.com/typedb/typedb-driver/tree/master/csharp/README.md) | [Documentation](https://typedb.com/docs/drivers/csharp/overview) | [`csharp/`](https://github.com/typedb/typedb-driver/tree/master/csharp) |
2323

2424
### Package hosting
2525

java/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ assemble_maven(
4646
name = "assemble-maven",
4747
project_description = "TypeDB Java Driver",
4848
project_name = "TypeDB Java Driver",
49-
project_url = "https://github.com/typedb/typedb-driver-java",
50-
scm_url = "https://github.com/typedb/typedb-driver-java",
49+
project_url = "https://github.com/typedb/typedb-driver",
50+
scm_url = "https://github.com/typedb/typedb-driver",
5151
target = ":driver-java",
5252
version_overrides = version(artifacts_org, artifacts_repo),
5353
workspace_refs = "@typedb_driver_workspace_refs//:refs.json",
@@ -91,8 +91,8 @@ assemble_maven(
9191
name = "assemble-maven-jni",
9292
project_description = "Java TypeDB Driver JNI",
9393
project_name = "Java TypeDB Driver JNI",
94-
project_url = "https://github.com/typedb/typedb-driver-java",
95-
scm_url = "https://github.com/typedb/typedb-driver-java",
94+
project_url = "https://github.com/typedb/typedb-driver",
95+
scm_url = "https://github.com/typedb/typedb-driver",
9696
target = ":typedb_driver_jni",
9797
version_overrides = version(artifacts_org, artifacts_repo),
9898
workspace_refs = "@typedb_driver_workspace_refs//:refs.json",

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "commonjs",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/typedb/typedb-driver-nodejs"
11+
"url": "https://github.com/typedb/typedb-driver"
1212
},
1313
"scripts": {
1414
"clean": "rimraf dist",

python/rules.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def native_driver_versioned(python_versions):
7575
"Environment :: Console",
7676
"Topic :: Database :: Front-Ends"
7777
],
78-
url = "https://github.com/typedb/typedb-driver-python/",
78+
url = "https://github.com/typedb/typedb-driver",
7979
author = "TypeDB Community",
8080
author_email = "[email protected]",
8181
license = "Apache-2.0",

0 commit comments

Comments
 (0)