Skip to content

Commit

Permalink
fix docs links
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed Aug 28, 2020
1 parent 472c583 commit 5ced64b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/branding/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"converting": "https://www.eclipse.org/che/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/",
"certificate": "https://www.eclipse.org/che/docs/che-7/installing-che-in-tls-mode-with-self-signed-certificates/#using-che-with-tls_installing-che-in-tls-mode-with-self-signed-certificates",
"general": "https://www.eclipse.org/che/docs/che-7",
"storageTypes": "https://www.eclipse.org/che/docs/che-7/using-different-type-of-storage/",
"webSocketTroubleshooting": "https://www.eclipse.org/che/docs/che-7/troubleshooting-network-problems/#troubleshooting%20websocket-secure-connections_troubleshooting-network-problems"
"storageTypes": "https://www.eclipse.org/che/docs/che-7/configuring-storage-types/",
"webSocketTroubleshooting": "https://www.eclipse.org/che/docs/che-7/troubleshooting-network-problems/#troubleshooting-websocket-secure-connections_troubleshooting-network-problems"
}
}
4 changes: 2 additions & 2 deletions src/components/branding/branding.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export const BRANDING_DEFAULT: IBranding = {
converting: 'https://www.eclipse.org/che/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/',
certificate: 'https://www.eclipse.org/che/docs/che-7/installing-che-in-tls-mode-with-self-signed-certificates/#using-che-with-tls_installing-che-in-tls-mode-with-self-signed-certificates',
general: 'https://www.eclipse.org/che/docs/che-7',
storageTypes: "https://www.eclipse.org/che/docs/che-7/using-different-type-of-storage/",
webSocketTroubleshooting: 'https://www.eclipse.org/che/docs/che-7/troubleshooting-network-problems/#troubleshooting%20websocket-secure-connections_troubleshooting-network-problems',
storageTypes: 'https://www.eclipse.org/che/docs/che-7/configuring-storage-types/',
webSocketTroubleshooting: 'https://www.eclipse.org/che/docs/che-7/troubleshooting-network-problems/#troubleshooting-websocket-secure-connections_troubleshooting-network-problems',
},
configuration: {
menu: {
Expand Down

0 comments on commit 5ced64b

Please sign in to comment.