Skip to content

Commit

Permalink
update daml.com URLs (digital-asset#13226)
Browse files Browse the repository at this point in the history
Requested by Olivia Yu.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Mar 9, 2022
1 parent 00b7ad3 commit 7f35d3d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Daml logo](daml-logo.png)](https://www.daml.com)
[![Daml logo](daml-logo.png)](https://www.digitalasset.com/developers)

[![Download](https://img.shields.io/github/release/digital-asset/daml.svg?label=Download)](https://docs.daml.com/getting-started/installation.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/digital-asset/daml/blob/main/LICENSE)
Expand All @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0

# Welcome to the Daml repository!

This repository hosts all code for the [Daml smart contract language and SDK](https://daml.com/), originally created by
This repository hosts all code for the [Daml smart contract language and SDK](https://www.digitalasset.com/developers), originally created by
[Digital Asset](https://www.digitalasset.com). Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime. The SDK is a set of tools to help you develop applications based on Daml.

## Using Daml
Expand Down
2 changes: 1 addition & 1 deletion bazel_tools/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>Digital Asset SDK Feedback</name>
<email>sdk-feedback@digitalasset.com</email>
<organization>Digital Asset (Switzerland) GmbH</organization>
<organizationUrl>http://www.daml.com</organizationUrl>
<organizationUrl>https://www.digitalasset.com/developers</organizationUrl>
</developer>
</developers>

Expand Down
4 changes: 2 additions & 2 deletions docs/theme/da_theme_skeleton/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1><img src="{{ pathto('_static/images/Daml_Logo_Blue.svg', 1) }}"></h1>
<div class="navbar-menu">
<div class="da-menu-item da-menu-depth-1" role="menu">
<a href="https://www.daml.com/" role="menuitem" class="da-menu-link">Developers</a>
<a href="https://www.digitalasset.com/developers" role="menuitem" class="da-menu-link">Developers</a>
</div>
<div class="da-menu-item da-menu-depth-1" role="menu">
<a href="https://www.digitalasset.com/products" role="menuitem" class="da-menu-link">Products</a>
Expand All @@ -14,4 +14,4 @@ <h1><img src="{{ pathto('_static/images/Daml_Logo_Blue.svg', 1) }}"></h1>
<a href="https://www.digitalasset.com" role="menuitem" class="da-menu-link">Company</a>
</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LoginScreen: React.FC<Props> = ({ onLogin }) => {
Create
<Image
as="a"
href="https://www.daml.com/"
href="https://www.digitalasset.com/developers"
target="_blank"
src="/daml.svg"
alt="Daml Logo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const MainScreen: React.FC<Props> = ({onLogout, getPublicParty}) => {
<Menu.Item>
<Image
as='a'
href='https://www.daml.com/'
href='https://www.digitalasset.com/developers'
target='_blank'
src='/daml.svg'
alt='Daml Logo'
Expand Down

0 comments on commit 7f35d3d

Please sign in to comment.