Skip to content

Commit

Permalink
docs/: Update sill.md URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Nov 28, 2024
1 parent 0331a41 commit ac14c27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/deploying-the-web-app-bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export SILL_KEYCLOAK_REALM=codegouv
export SILL_KEYCLOAK_CLIENT_ID=sill
export SILL_KEYCLOAK_ADMIN_PASSWORD=xxxxxx
export SILL_KEYCLOAK_ORGANIZATION_USER_PROFILE_ATTRIBUTE_NAME=agencyName
export SILL_README_URL=https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md
export SILL_README_URL=https://raw.githubusercontent.com/codegouvfr/sill/refs/heads/main/docs/sill.md
export SILL_TERMS_OF_SERVICE_URL=https://code.gouv.fr/sill/tos_fr.md
export SILL_JWT_ID=sub
export SILL_JWT_EMAIL=email
Expand Down
2 changes: 1 addition & 1 deletion docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ api:
"organizationUserProfileAttributeName": "agencyName"
},
"termsOfServiceUrl": "https://sill-preprod.lab.sspcloud.fr/tos_fr.md",
"readmeUrl": "https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md",
"readmeUrl": "https://raw.githubusercontent.com/codegouvfr/sill/refs/heads/main/docs/sill.md",
"jwtClaimByUserKey": {
"id": "sub",
"email": "email",
Expand Down
6 changes: 3 additions & 3 deletions docs/setting-up-a-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SILL_KEYCLOAK_REALM=codegouv
SILL_KEYCLOAK_CLIENT_ID=sill
SILL_KEYCLOAK_ADMIN_PASSWORD=xxxxxx
SILL_KEYCLOAK_ORGANIZATION_USER_PROFILE_ATTRIBUTE_NAME=agencyName
SILL_README_URL=https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md
SILL_README_URL=https://raw.githubusercontent.com/codegouvfr/sill/refs/heads/main/docs/sill.md
SILL_TERMS_OF_SERVICE_URL=https://code.gouv.fr/sill/tos_fr.md
SILL_JWT_ID=sub
SILL_JWT_EMAIL=email
Expand All @@ -62,7 +62,7 @@ export SILL_KEYCLOAK_REALM=codegouv
export SILL_KEYCLOAK_CLIENT_ID=sill
export SILL_KEYCLOAK_ADMIN_PASSWORD=xxxxxx
export SILL_KEYCLOAK_ORGANIZATION_USER_PROFILE_ATTRIBUTE_NAME=agencyName
export SILL_README_URL=https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md
export SILL_README_URL=https://raw.githubusercontent.com/codegouvfr/sill/refs/heads/main/docs/sill.md
export SILL_TERMS_OF_SERVICE_URL=https://code.gouv.fr/sill/tos_fr.md
export SILL_JWT_ID=sub
export SILL_JWT_EMAIL=email
Expand Down Expand Up @@ -95,7 +95,7 @@ export CONFIGURATION=$(cat << EOF
"adminPassword": "xxxxxx",
"organizationUserProfileAttributeName": "agencyName"
},
"readmeUrl": "https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md",
"readmeUrl": "https://raw.githubusercontent.com/codegouvfr/sill/refs/heads/main/docs/sill.md",
"termsOfServiceUrl": "https://code.gouv.fr/sill/tos_fr.md",
"jwtClaimByUserKey": {
"id": "sub",
Expand Down

0 comments on commit ac14c27

Please sign in to comment.