Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a95dc38

Browse files
committed
change repo link to code-gov
1 parent 59007bc commit a95dc38

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/site/site.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{
6161
"name": "SOCIAL",
6262
"links": [
63-
{ "name": "code.gov Repo", "url": "http://github.com/GSA/code-gov-front-end" },
63+
{ "name": "code.gov Repo", "url": "http://github.com/GSA/code-gov" },
6464
{ "name": "Blog", "url": "https://medium.com/codedotgov" },
6565
{ "name": "LinkedIn", "url": "https://www.linkedin.com/company/code-gov" },
6666
{ "name": "Twitter", "url": "https://twitter.com/codedotgov" },
@@ -101,7 +101,7 @@
101101
{
102102
"name": "Social",
103103
"links": [
104-
{ "name": "code.gov Repo", "url": "http://github.com/GSA/code-gov-front-end" },
104+
{ "name": "code.gov Repo", "url": "http://github.com/GSA/code-gov" },
105105
{ "name": "Blog", "url": "https://medium.com/codedotgov" },
106106
{ "name": "LinkedIn", "url": "https://www.linkedin.com/company/code-gov" },
107107
{ "name": "Twitter", "url": "https://twitter.com/codedotgov" },

tests/unit/components/menu/__snapshots__/menu.container.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Object {
7373
"links": Array [
7474
Object {
7575
"name": "code.gov Repo",
76-
"url": "http://github.com/GSA/code-gov-front-end",
76+
"url": "http://github.com/GSA/code-gov",
7777
},
7878
Object {
7979
"name": "Blog",

tests/unit/components/mobile-menu/__snapshots__/mobile-menu.container.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Object {
7070
"links": Array [
7171
Object {
7272
"name": "code.gov Repo",
73-
"url": "http://github.com/GSA/code-gov-front-end",
73+
"url": "http://github.com/GSA/code-gov",
7474
},
7575
Object {
7676
"name": "Blog",

0 commit comments

Comments
 (0)