Skip to content

Commit

Permalink
Rename repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Jul 25, 2024
1 parent 60fec3a commit 510f1ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Seam Docs

[![Edit on GitBook](https://img.shields.io/badge/Edit-on%20GitBook-blue)](https://app.gitbook.com/o/jhFodLh6YFJJYK6Lv9wE/s/xnN2A67918om1UthYWsF/)
[![GitHub Actions](https://github.com/seamapi/api-docs/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/api-docs/actions/workflows/check.yml)
[![GitHub Actions](https://github.com/seamapi/docs/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/docs/actions/workflows/check.yml)

Welcome to the [Seam Docs].

Expand All @@ -24,7 +24,7 @@ The entire documentation site is hosted by [GitBook] under `/docs`.
The Seam SDK Playground is a one-click development environment
for experimenting with the Seam SDK and Seam CLI.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/seamapi/api-docs?devcontainer_path=.devcontainer%2Fseam-sdk-playground%2Fdevcontainer.json)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/seamapi/docs?devcontainer_path=.devcontainer%2Fseam-sdk-playground%2Fdevcontainer.json)

Each folder in `/seam-sdk-playground` is a minimal
example for running the Seam SDK in a supported programming language.
Expand Down Expand Up @@ -58,12 +58,12 @@ for how to contribute to the documentation generation tool.

## Development

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/seamapi/api-docs)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/seamapi/docs)

### Quickstart

```
$ git clone https://github.com/seamapi/api-docs.git
$ git clone https://github.com/seamapi/docs.git
$ cd api-docs
$ nvm install
$ npm install
Expand All @@ -84,10 +84,10 @@ The [source code] is hosted on GitHub.
Clone the project with

```
$ git clone [email protected]:seamapi/api-docs.git
$ git clone [email protected]:seamapi/docs.git
```

[source code]: https://github.com/seamapi/api-docs
[source code]: https://github.com/seamapi/docs

### Requirements

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "1.0.0",
"description": "Seam docs.",
"type": "module",
"homepage": "https://github.com/seamapi/api-docs",
"bugs": "https://github.com/seamapi/api-docs/issues",
"repository": "seamapi/api-docs",
"homepage": "https://github.com/seamapi/docs",
"bugs": "https://github.com/seamapi/docs/issues",
"repository": "seamapi/docs",
"license": "SEE LICENSE IN LICENSE.txt",
"author": {
"name": "Seam Labs, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion seam-sdk-playground/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/seamapi/api-docs/seam-sdk-playground/go
module github.com/seamapi/docs/seam-sdk-playground/go

go 1.13

Expand Down

0 comments on commit 510f1ec

Please sign in to comment.