Skip to content

Commit

Permalink
update: github links (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie authored Sep 30, 2022
1 parent 57b888f commit 7dead19
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Ask Question
url: https://github.com/family-dev/connectkit/discussions/new?category=q-a
url: https://github.com/family/connectkit/discussions/new?category=q-a
about: Ask questions and discuss with the community
- name: Feature Request
url: https://github.com/family-dev/connectkit/discussions/new?category=ideas
about: Request features or discuss new ideas for ConnectKit
url: https://github.com/family/connectkit/discussions/new?category=ideas
about: Request features or discuss new ideas for ConnectKit
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before jumping into any code, make sure you have the following installed:
Then simply clone the repository to your computer like following:

```sh
$ git clone [email protected]:family-dev/connectkit.git
$ git clone [email protected]:family/connectkit.git
$ cd connectkit
```

Expand All @@ -40,7 +40,7 @@ If the above environments do not fit your needs, feel free to create a new one.

## Submitting a Pull Request

When you're ready, open a [pull request](https://github.com/family-dev/connectkit/pulls) and we'll gladly jump into reviewing the code.
When you're ready, open a [pull request](https://github.com/family/connectkit/pulls) and we'll gladly jump into reviewing the code.

Please try and be as detailed as possible in both your commit messages and the changes you introduce to help make the process smoother.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ You can find the full API Reference in the Family docs [here](https://docs.famil

## Examples

There are various runnable examples included in this repository in the [examples folder](https://github.com/family-dev/connectkit/tree/main/examples):
There are various runnable examples included in this repository in the [examples folder](https://github.com/family/connectkit/tree/main/examples):

- [Create React App Example (TypeScript)](https://github.com/family-dev/connectkit/tree/main/examples/cra)
- [Next.js Example (TypeScript)](https://github.com/family-dev/connectkit/tree/main/examples/nextjs)
- [Vite Example (TypeScript)](https://github.com/family-dev/connectkit/tree/main/examples/vite)
- [Create React App Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/cra)
- [Next.js Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/nextjs)
- [Vite Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/vite)

### Try in CodeSandbox

Expand All @@ -61,7 +61,7 @@ You can try out some ConnectKit examples directly in your browser through CodeSa
Clone the ConnectKit project and install the necessary dependencies:

```sh
$ git clone [email protected]:family-dev/connectkit.git
$ git clone [email protected]:family/connectkit.git
$ cd connectkit
$ yarn install
```
Expand All @@ -82,12 +82,12 @@ $ yarn dev:cra # Create React App

## Contribute

Before starting on anything, please have a read through our [Contribution Guidelines](https://github.com/family-dev/connectkit/blob/main/CONTRIBUTING.md).
Before starting on anything, please have a read through our [Contribution Guidelines](https://github.com/family/connectkit/blob/main/CONTRIBUTING.md).

## Twitter

Follow [@family](https://twitter.com/family) on Twitter for the latest updates on ConnectKit.

## License

See [LICENSE](https://github.com/family-dev/connectkit/blob/main/LICENSE) for more information.
See [LICENSE](https://github.com/family/connectkit/blob/main/LICENSE) for more information.
2 changes: 1 addition & 1 deletion examples/cra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This is a simple example of how to implement ConnectKit with [Create React App](https://github.com/facebook/create-react-app) in TypeScript.

- If you want to run the example locally have a look at the [instructions in the main README](https://github.com/family-dev/connectkit/blob/main/README.md#running-examples-locally)
- If you want to run the example locally have a look at the [instructions in the main README](https://github.com/family/connectkit/blob/main/README.md#running-examples-locally)
2 changes: 1 addition & 1 deletion examples/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This is a simple example of how to implement ConnectKit with [Next.js](https://nextjs.org/) in TypeScript.

- If you'd like to look at an example online, try this [CodeSandbox](https://codesandbox.io/s/qnvyqe?file=/README.md)
- Or you want to run the example locally have a look at the [instructions in the main README](https://github.com/family-dev/connectkit/blob/main/README.md#running-examples-locally)
- Or you want to run the example locally have a look at the [instructions in the main README](https://github.com/family/connectkit/blob/main/README.md#running-examples-locally)
2 changes: 1 addition & 1 deletion examples/vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This is a simple example of how to implement ConnectKit with [Vite](https://vitejs.dev/) in TypeScript.

- If you'd like to look at an example online, try this [CodeSandbox](https://codesandbox.io/s/4jtssh?file=/README.md)
- Or you want to run the example locally have a look at the [instructions in the main README](https://github.com/family-dev/connectkit/blob/main/README.md#running-examples-locally)
- Or you want to run the example locally have a look at the [instructions in the main README](https://github.com/family/connectkit/blob/main/README.md#running-examples-locally)
2 changes: 1 addition & 1 deletion packages/cra-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ pnpm dlx create-react-app ./my-app --template cra-template-connectkit

---

- If you want to run this example locally have a look at the instructions in the [ConnectKit README](https://github.com/family-dev/connectkit#running-examples-locally)
- If you want to run this example locally have a look at the instructions in the [ConnectKit README](https://github.com/family/connectkit#running-examples-locally)
4 changes: 2 additions & 2 deletions packages/cra-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"description": "ConnectKit + TypeScript template for Create React App.",
"repository": {
"type": "git",
"url": "https://github.com/family-dev/connectkit.git",
"url": "https://github.com/family/connectkit.git",
"directory": "packages/cra-template"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/family-dev/connectkit/issues"
"url": "https://github.com/family/connectkit/issues"
},
"files": [
"template",
Expand Down

2 comments on commit 7dead19

@vercel
Copy link

@vercel vercel bot commented on 7dead19 Sep 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite-lfe.vercel.app
connectkit-testbench.vercel.app
connectkit-vite-git-main-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7dead19 Sep 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-cra – ./

connectkit-cra-lfe.vercel.app
connectkit-cra.vercel.app
connectkit-cra-git-main-lfe.vercel.app

Please sign in to comment.