Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Daml logo](daml-logo.png)](https://www.digitalasset.com/developers)
[![Daml logo](daml-logo.png)](https://docs.digitalasset.com/)

[![Download](https://img.shields.io/github/release/digital-asset/daml.svg?label=Download&sort=semver)](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://www.digitalasset.com/developers), originally created by
This repository hosts all code for the [Daml smart contract language and SDK](https://docs.digitalasset.com/), 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
Loading