Skip to content

Commit

Permalink
🔨 fix: migrate to new catalog repo #15
Browse files Browse the repository at this point in the history
  • Loading branch information
nandiheath authored Mar 3, 2021
1 parent 79ba718 commit a2b8c33
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/molecules/ResponsiveSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default ({
</Typography>
<Typography variant="caption" className="sub-title">
{subTitle}
</Typography>Ï
</Typography>
</Grid>
<Grid item xs={10} md={2} />
<Grid item xs={2} md={2}>
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/catalogs/minio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CatalogSchemaMinio: CatalogScheme = {
type: 'Storage',
name: 'Minio',
key: 'minio',
repo: 'https://github.com/kintohub/catalog-minio',
repo: 'https://github.com/kintoproj/catalog-minio',
branch: 'master',
tabs: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/catalogs/mongodb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CatalogSchemaPostgreSQL: CatalogScheme = {
type: 'Database',
name: 'MongoDB',
key: 'mongodb',
repo: 'https://github.com/kintohub/catalog-mongodb',
repo: 'https://github.com/kintoproj/catalog-mongodb',
branch: 'master',
tabs: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/catalogs/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CatalogSchemaPostgreSQL: CatalogScheme = {
type: 'Database',
name: 'MySQL',
key: 'mysql',
repo: 'https://github.com/kintohub/catalog-mysql',
repo: 'https://github.com/kintoproj/catalog-mysql',
branch: 'master',
tabs: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/catalogs/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CatalogSchemaPostgreSQL: CatalogScheme = {
type: 'Database',
name: 'PostgreSQL',
key: 'postgresql',
repo: 'https://github.com/kintohub/catalog-postgresql',
repo: 'https://github.com/kintoproj/catalog-postgresql',
branch: 'master',
tabs: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/catalogs/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CatalogSchemaRedisSQL: CatalogScheme = {
type: 'Database',
name: 'Redis',
key: 'redis',
repo: 'https://github.com/kintohub/catalog-redis',
repo: 'https://github.com/kintoproj/catalog-redis',
branch: 'master',
tabs: [
{
Expand Down

0 comments on commit a2b8c33

Please sign in to comment.