Skip to content

Commit

Permalink
Updated the DOC and FAQ links (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
amolsontakke3576 authored Jul 1, 2022
1 parent 8144fe1 commit 3a8f0f3
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,38 @@
<!-- Copyright The Linux Foundation and each contributor to CommunityBridge.
SPDX-License-Identifier: MIT -->

<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>EasyCLA</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Automate your CLA management process, and make it easier for developers to start contributing to your projects while remaining compliant."
/>
<meta
name="keywords"
content="cla, easycla, open source Linux foundation, lfx, linux foundation, contributor license agreement"
/>
<meta name="author" content="The Linux Foundation" />
<link
rel="icon"
type="image/x-icon"
href="https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png"
/>
</head>

<head>
<meta charset="utf-8">
<title>EasyCLA</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Automate your CLA management process, and make it easier for developers to start contributing to your projects while remaining compliant." />
<meta name="keywords"
content="cla, easycla, open source Linux foundation, lfx, linux foundation, contributor license agreement" />
<meta name="author" content="The Linux Foundation" />
<link rel="icon" type="image/x-icon" href="https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png">
</head>

<body>
<lfx-header product="LF CLA" docslink="https://docs.linuxfoundation.org/lfx/v/v2/easycla"
supportlink="https://jira.linuxfoundation.org/plugins/servlet/theme/portal/4/create/143" id="lfx-header"
faqlink="https://docs.linuxfoundation.org/lfx/v/v2/easycla/getting-started/easycla-faqs">
</lfx-header>
<app-root></app-root>
</body>

<body>
<lfx-header
product="LF CLA"
id="lfx-header"
supportlink="https://jira.linuxfoundation.org/plugins/servlet/theme/portal/4/create/143"
docslink="https://docs.linuxfoundation.org/lfx/easycla/v2-current"
faqlink="https://docs.linuxfoundation.org/lfx/easycla/v2-current/getting-started/easycla-faqs"
>
</lfx-header>
<app-root></app-root>
</body>
</html>

0 comments on commit 3a8f0f3

Please sign in to comment.