Skip to content

Commit

Permalink
Merge pull request #815 from opencomponents/opencomponents
Browse files Browse the repository at this point in the history
update docs for new organisation
  • Loading branch information
nickbalestra committed Jan 26, 2018
2 parents 5e629fc + 1aee233 commit d121476
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Contributes are more than welcome!

## Troubleshooting

If you find an issue, feel free to check the [issues](https://github.com/opentable/oc/issues) page, and open a new one if you need.
If you find an issue, feel free to check the [issues](https://github.com/opencomponents/oc/issues) page, and open a new one if you need.

### Sending a Pull Request

If you want to send a Pull Request, ensure you join the conversation first on the [issues page](https://github.com/opentable/oc/issues)! This is to avoid multiple people working on the same thing. You can get in touch via the [chat](https://gitter.im/opentable/oc) too.
If you want to send a Pull Request, ensure you join the conversation first on the [issues page](https://github.com/opencomponents/oc/issues)! This is to avoid multiple people working on the same thing. You can get in touch via the [chat](https://gitter.im/opentable/oc) too.

When preparing a pull request, ensure all the tests pass locally running `npm test`. If you have write/admin access, do it on a new branch on the upstream opentable repo. This allows all the test to run smoothly.
When preparing a pull request, ensure all the tests pass locally running `npm test`. If you have write/admin access, do it on a new branch on the upstream opencomponents repo. This allows all the test to run smoothly.

A couple of coding rules:
- never play with git history
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016 OpenTable, Inc.
Copyright (c) 2018 OpenComponents Community

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![oc](https://raw.githubusercontent.com/opentable/oc/master/logo-type.png)
![oc](https://raw.githubusercontent.com/opencomponents/oc/master/logo-type.png)
=============

OpenComponents, **serverless in the front-end world**.
Expand All @@ -17,15 +17,15 @@ We have been using it for more than two years in production at OpenTable, for sh

[![npm version](https://img.shields.io/npm/v/oc.svg)](https://npmjs.org/package/oc)
[![node version](https://img.shields.io/node/v/oc.svg)](https://npmjs.org/package/oc)
[![Dependency Status](https://david-dm.org/opentable/oc.svg)](https://david-dm.org/opentable/oc)
[![Known Vulnerabilities](https://snyk.io/test/github/opentable/oc/badge.svg)](https://snyk.io/test/github/opentable/oc)
[![Dependency Status](https://david-dm.org/opencomponents/oc.svg)](https://david-dm.org/opencomponents/oc)
[![Known Vulnerabilities](https://snyk.io/test/github/opencomponents/oc/badge.svg)](https://snyk.io/test/github/opencomponents/oc)
[![downloads](https://img.shields.io/npm/dm/oc.svg?label=downloads+from+npm)](https://npmjs.org/package/oc)
[![Join the chat at https://gitter.im/opentable/oc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/opentable/oc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Greenkeeper badge](https://badges.greenkeeper.io/opentable/oc.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/opencomponents/oc.svg)](https://greenkeeper.io/)

## Links

- [Documentation](https://github.com/opentable/oc/wiki)
- [Documentation](https://github.com/opencomponents/oc/wiki)
- [Requirements and build status](#requirements-and-build-status)
- [Changelog](CHANGELOG.md)
- [Awesome resources about OC](https://github.com/matteofigus/awesome-oc)
Expand All @@ -39,7 +39,7 @@ We have been using it for more than two years in production at OpenTable, for sh

Disclaimer: This project is still under heavy development and the API is likely to change at any time. In case you would find any issues, check the [troubleshooting page](CONTRIBUTING.md#troubleshooting).

[![linux build](https://img.shields.io/travis/opentable/oc/master.svg?label=linux+build)](http://travis-ci.org/opentable/oc)
[![linux build](https://img.shields.io/travis/opencomponents/oc/master.svg?label=linux+build)](http://travis-ci.org/opencomponents/oc)
[![windows build](https://img.shields.io/appveyor/ci/matteofigus/oc/master.svg?label=windows+build)](https://ci.appveyor.com/project/matteofigus/oc)

## License
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/opentable/oc"
"url": "https://github.com/opencomponents/oc"
},
"author": "Matteo Figus",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/oc/issues"
"url": "https://github.com/opencomponents/oc/issues"
},
"homepage": "https://github.com/opentable/oc",
"homepage": "https://github.com/opencomponents/oc",
"keywords": [
"open components",
"components",
Expand Down
2 changes: 1 addition & 1 deletion src/components/oc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oc-client",
"description": "The OpenComponents client-side javascript client",
"version": "0.42.19",
"repository": "https://github.com/opentable/oc/tree/master/components/oc-client",
"repository": "https://github.com/opencomponents/oc/tree/master/components/oc-client",
"author": "Matteo Figus <matteofigus@gmail.com>",
"oc": {
"container": false,
Expand Down
2 changes: 1 addition & 1 deletion src/registry/views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ html
block content

.social
iframe#gh_badge(src="//ghbtns.com/github-btn.html?user=opentable&repo=oc&type=watch&count=true", allowtransparency="true", frameborder="0", scrolling="0", width="110", height="20")
iframe#gh_badge(src="//ghbtns.com/github-btn.html?user=opencomponents&repo=oc&type=watch&count=true", allowtransparency="true", frameborder="0", scrolling="0", width="110", height="20")

script(src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js")
script(src=href.replace('http\:\/\/', '\/\/').replace('https\:\/\/', '\/\/') + "oc-client/client.js")
Expand Down
4 changes: 2 additions & 2 deletions tasks/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const utils = {

result.push(
format(
'- [#{0}](https://github.com/opentable/oc/pull/{0}) {1}',
'- [#{0}](https://github.com/opencomponents/oc/pull/{0}) {1}',
prNumber,
commitMessage
)
Expand All @@ -45,7 +45,7 @@ const utils = {

result.push(
format(
'- [#{0}](https://github.com/opentable/oc/pull/{0}) {1}',
'- [#{0}](https://github.com/opencomponents/oc/pull/{0}) {1}',
prNumber,
commitMessage
)
Expand Down

0 comments on commit d121476

Please sign in to comment.