diff --git a/java/README.md b/java/README.md
index b50bc0124..61e59c8d6 100644
--- a/java/README.md
+++ b/java/README.md
@@ -1,17 +1,14 @@
# GitHub Copilot SDK for Java
-[](https://github.com/github/copilot-sdk-java/actions/workflows/build-test.yml)
-[](https://github.com/github/copilot-sdk-java/actions/workflows/deploy-site.yml)
-[](https://github.github.io/copilot-sdk-java/snapshot/jacoco/index.html)
-[](https://github.github.io/copilot-sdk-java/)
+[](https://github.com/github/copilot-sdk/actions/workflows/java-sdk-tests.yml)
[](https://openjdk.org/)
[](https://opensource.org/licenses/MIT)
#### Latest release
-[](https://github.com/github/copilot-sdk-java/releases)
-[](https://github.com/github/copilot-sdk-java/releases)
+
+[](https://github.com/github/copilot-sdk/releases)
+[](https://github.com/github/copilot-sdk/releases)
[](https://central.sonatype.com/artifact/com.github/copilot-sdk-java)
-[](https://github.github.io/copilot-sdk-java/latest/)
[](https://javadoc.io/doc/com.github/copilot-sdk-java/latest/index.html)
## Background
@@ -129,31 +126,20 @@ See the full source of [`jbang-example.java`](jbang-example.java) for a complete
Or run it directly from the repository:
```bash
-jbang https://github.com/github/copilot-sdk-java/blob/latest/jbang-example.java
+jbang https://github.com/github/copilot-sdk/blob/main/java/jbang-example.java
```
-## Documentation
-
-📚 **[Full Documentation](https://github.github.io/copilot-sdk-java/)** — Complete API reference, advanced usage examples, and guides.
-
-### Quick Links
-
-- [Getting Started](https://github.github.io/copilot-sdk-java/latest/documentation.html)
-- [Javadoc API Reference](https://github.github.io/copilot-sdk-java/latest/apidocs/)
-- [MCP Servers Integration](https://github.github.io/copilot-sdk-java/latest/mcp.html)
-
-
## Projects Using This SDK
-| Project | Description |
-|---------|-------------|
+| Project | Description |
+| ----------------------------------------------------------------------------- | ------------------------------------------ |
| [JMeter Copilot Plugin](https://github.com/brunoborges/jmeter-copilot-plugin) | JMeter plugin for AI-assisted load testing |
> Want to add your project? Open a PR!
## CI/CD Workflows
-This project uses several GitHub Actions workflows for building, testing, releasing, and syncing with the reference implementation SDK.
+This project uses several GitHub Actions workflows for building, testing, releasing, and syncing with the reference implementation SDK.
See [WORKFLOWS.md](docs/WORKFLOWS.md) for a full overview and details on each workflow.
@@ -168,6 +154,7 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
**Automated sync** — A [scheduled GitHub Actions workflow](.github/workflows/reference-impl-sync.yml) runs on the schedule specified in that file. It checks for new reference implementation commits since the last merge (tracked in [`.lastmerge`](.lastmerge)), and if changes are found, creates an issue labeled `reference-impl-sync` and assigns it to the GitHub Copilot coding agent. Any previously open `reference-impl-sync` issues are automatically closed. The sync also updates the `@github/copilot` version in both `pom.xml` and `scripts/codegen/package.json` to keep schemas and test CLI in lockstep.
**Reusable prompt** — The merge workflow is defined in [`agentic-merge-reference-impl.prompt.md`](.github/prompts/agentic-merge-reference-impl.prompt.md). It can be triggered manually from:
+
- **VS Code Copilot Chat** — type `/agentic-merge-reference-impl`
- **GitHub Copilot CLI** — use `copilot` CLI with the same skill reference
@@ -175,8 +162,8 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
```bash
# Clone the repository
-git clone https://github.com/github/copilot-sdk-java.git
-cd copilot-sdk-java
+git clone https://github.com/github/copilot-sdk.git
+cd copilot-sdk/java
# Enable git hooks for code formatting
git config core.hooksPath .githooks
@@ -206,10 +193,3 @@ MIT — see [LICENSE](LICENSE) for details.
## Acknowledgement
- Initially developed with Copilot and [Bruno Borges](https://www.linkedin.com/in/brunocborges/).
-
-## Star History
-
-[](https://www.star-history.com/#github/copilot-sdk-java&Date)
-
-⭐ Drop a star if you find this useful!
-
diff --git a/java/pom.xml b/java/pom.xml
index 50ef40d3f..a21ae9013 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -12,7 +12,7 @@
GitHub Copilot SDK :: Java
SDK for programmatic control of GitHub Copilot CLI
- https://github.com/github/copilot-sdk-java
+ https://github.com/github/copilot-sdk
@@ -30,9 +30,9 @@
- scm:git:https://github.com/github/copilot-sdk-java.git
- scm:git:https://github.com/github/copilot-sdk-java.git
- https://github.com/github/copilot-sdk-java
+ scm:git:https://github.com/github/copilot-sdk.git
+ scm:git:https://github.com/github/copilot-sdk.git
+ https://github.com/github/copilot-sdk
HEAD
diff --git a/java/src/main/java/com/github/copilot/package-info.java b/java/src/main/java/com/github/copilot/package-info.java
index e47d7ab1b..bdd70dd74 100644
--- a/java/src/main/java/com/github/copilot/package-info.java
+++ b/java/src/main/java/com/github/copilot/package-info.java
@@ -51,7 +51,7 @@
*
* @see com.github.copilot.CopilotClient
* @see com.github.copilot.CopilotSession
- * @see GitHub
+ * @see GitHub
* Repository
*/
package com.github.copilot;