Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename repo references #283

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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