Skip to content

Commit

Permalink
Update repo URLs for new GSA-TTS repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmargolis committed Feb 26, 2024
1 parent 40c2711 commit e1cb1f8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
15 changes: 7 additions & 8 deletions _articles/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,35 +97,34 @@ View a [list of all repositories](https://github.com/topics/login-gov) tagged fo

### Static Sites

- [**`18f/identity-site`**](https://github.com/18f/identity-site)<br />
- [**`GSA-TTS/identity-site`**](https://github.com/GSA-TTS/identity-site)<br />
[login.gov](https://login.gov)<br />
Hosted on: [Cloud.gov Pages](https://pages.cloud.gov/)<br />
Public marketing page.

- [**`18f/identity-design-system`**](https://github.com/18f/identity-design-system)<br />
The Login.gov Design System, an extension of the U.S. Web Design System used on Login.gov sites to consistently identify the Login.gov brand.

- [**`18f/identity-dev-docs`**](https://github.com/18f/identity-dev-docs)<br />
- [**`GSA-TTS/identity-dev-docs`**](https://github.com/GSA-TTS/identity-dev-docs)<br />
[developers.login.gov](https://developers.login.gov)<br />
Hosted on: [Cloud.gov Pages](https://pages.cloud.gov/)<br />
Developer documentation and integration guides for OpenID Connect and SAML.

- [**`18f/connect.gov`**](https://github.com/18F/connect.gov)<br />
- [**`18f/connect.gov`**](https://github.com/18F/connect.gov){: .deprecated-link} (Archived)<br />
[connect.gov](https://connect.gov/)<br />
Hosted on: [Cloud.gov Pages](https://pages.cloud.gov/)<br />
A site to disambiguate the Login.gov's predecessor `connect.gov` from Connecticut's ConnectCT `connect.ct.gov`

- [**`18f/identity-partners-site`**](https://github.com/18F/identity-partners-site)<br />
- [**`18f/identity-partners-site`**](https://github.com/18F/identity-partners-site){: .deprecated-link} (Archived)<br />
[partners.login.gov](https://partners.login.gov) <br />
Hosted on: [Cloud.gov Pages](https://pages.cloud.gov/)<br />
A site to present information for partners
A site to present information for partners, now exists as `/partners` in the `identity-site` repo.

- [**`18f/identity-reporting`**](https://github.com/18f/identity-reporting)<br />
- [**`GSA-TTS/identity-reporting`**](https://github.com/GSA-TTS/identity-reporting)<br />
[data.login.gov](https://data.login.gov)<br />
Hosted on: [Cloud.gov Pages](https://pages.cloud.gov/)<br />
Public reporting dashboard.

- [**`18f/identity-handbook`**](https://github.com/18f/identity-handbook)<br />
- [**`GSA-TTS/identity-handbook`**](https://github.com/GSA-TTS/identity-handbook)<br />
[handbook.login.gov](https://handbook.login.gov/)<br />
Hosted on: [Cloud.gov Pages](https://pages.cloud.gov/)<br />
This handbook!
Expand Down
2 changes: 1 addition & 1 deletion _articles/pull-request-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ changes from outside.

- However, in some repositories with default reviewer groups
(such as [identity-dashboard](https://github.com/18f/identity-dashboard) or
[identity-dev-docs](https://github.com/18f/identity-dev-docs) with clear
[identity-dev-docs](https://github.com/GSA-TTS/identity-dev-docs) with clear
owners) it is preferred to wait for a reviewer from those groups before
merging.

Expand Down
2 changes: 1 addition & 1 deletion _articles/reporting-dashboard-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This S3 bucket is exposed publicly via a CloudFront distribution.

### Frontend

The [data.login.gov][data-login-gov] frontend, [18f/identity-reporting repo][frontend-repo],
The [data.login.gov][data-login-gov] frontend, [GSA-TTS/identity-reporting repo][frontend-repo],
is served by Cloud.gov Pages. The code is a JavaScript-driven Single-Page App that dynamically loads
data from our cloudfront distribution.

Expand Down
6 changes: 3 additions & 3 deletions _articles/vendor-outage-response-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ As an overview:
`lexisnexis_trueid` turns off pretty much everything. Identity verification
is completely unavailable.

![total-outage](https://github.com/18F/identity-handbook/assets/101212334/710b6e6f-e111-4acb-b568-b234efa03c74)
![total-outage](https://github.com/GSA-TTS/identity-handbook/assets/101212334/710b6e6f-e111-4acb-b568-b234efa03c74)

- Setting `full_outage` for `lexisnexis_phone_finder` disables instant
verification, but verification by mail is still available.

![mail-only](https://github.com/18F/identity-handbook/assets/101212334/3785cf49-a813-4774-ab50-2afe36549c11)
![mail-only](https://github.com/GSA-TTS/identity-handbook/assets/101212334/3785cf49-a813-4774-ab50-2afe36549c11)

- Setting `full_outage` for `sms` or `voice` disables instant
verification, but verification by mail is still available.

![mail-only](https://github.com/18F/identity-handbook/assets/101212334/767b1145-0f98-4c05-9fba-b410caf548b7)
![mail-only](https://github.com/GSA-TTS/identity-handbook/assets/101212334/767b1145-0f98-4c05-9fba-b410caf548b7)

ID image uploads must be done on the device with which the user
began verification. Normally, desktop computer users are able to
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Login.gov Handbook
baseurl: ""
url: "https://handbook.login.gov"
github_repo_url: https://github.com/18F/identity-handbook # enables "edit this page" button
github_repo_url: https://github.com/GSA-TTS/identity-handbook # enables "edit this page" button

markdown: kramdown

Expand Down

0 comments on commit e1cb1f8

Please sign in to comment.