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 github group to dailybruin #573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Below is a non-exhaustive list of some of the more major technologies used by So

In addition to the technologies used about, Sources has a few services integrated with the repository to make maintenance and development easier. They are:

* [Travis CI](https://travis-ci.org/daily-bruin/sources) for continuous integration.
* [CodeCov](https://codecov.io/gh/daily-bruin/sources) for code coverage visualization.
* [Travis CI](https://travis-ci.org/dailybruin/sources) for continuous integration.
* [CodeCov](https://codecov.io/gh/dailybruin/sources) for code coverage visualization.
* [dependencies.io](https://app.dependencies.io/projects/github/daily-bruin/sources) for dependency management and automatic updates.
* [Code Climate](https://codeclimate.com/github/daily-bruin/sources) for code analysis.

Expand Down
2 changes: 1 addition & 1 deletion src/views/components/SourcesFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SourcesFooter = () => (
<div className="footer__text">
<div>
Site code{' '}
<SourcesFooterLink href="https://github.com/daily-bruin/sources">
<SourcesFooterLink href="https://github.com/dailybruin/sources">
available on GitHub
</SourcesFooterLink>{' '}
and released under the{' '}
Expand Down