all: facebookincubator/ent => facebook/ent (#660)

ent repository is going to be migrated to facebook organization
This commit is contained in:
Ariel Mashraki
2020-08-18 11:05:08 +03:00
committed by GitHub
parent a2990e31af
commit fd0a7f9f02
897 changed files with 3100 additions and 3100 deletions

View File

@@ -30,15 +30,15 @@ const siteConfig = {
// Used for publishing and more
projectName: 'ent',
organizationName: 'facebookincubator',
organizationName: 'facebook',
customDocsPath: 'md',
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{doc: 'getting-started', label: 'Docs'},
{href: 'https://godoc.org/github.com/facebookincubator/ent', label: 'GoDoc'},
{href: 'https://github.com/facebookincubator/ent', label: 'Github'},
{href: 'https://godoc.org/github.com/facebook/ent', label: 'GoDoc'},
{href: 'https://github.com/facebook/ent', label: 'Github'},
{ blog: true, label: 'Blog' },
],