From 04915c35ca9d20df15092d07c9c05791b000bc12 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Tue, 6 Feb 2024 10:10:42 -0600 Subject: [PATCH 1/2] fix links to new docs site --- README.md | 2 +- docs/README.md | 4 ++-- docs/anti-patterns.mdx | 2 +- docs/contract-upgrades.mdx | 2 +- docs/design-patterns.mdx | 2 +- docs/index.mdx | 2 +- docs/json-cadence-spec.md | 2 +- docs/language/access-control.md | 2 +- docs/language/accounts.mdx | 2 +- docs/language/attachments.md | 2 +- docs/language/built-in-functions.mdx | 2 +- docs/language/capability-based-access-control.md | 2 +- docs/language/composite-types.mdx | 2 +- docs/language/constants-and-variables.md | 2 +- docs/language/contract-updatability.md | 2 +- docs/language/contracts.mdx | 2 +- docs/language/control-flow.md | 2 +- docs/language/core-events.md | 2 +- docs/language/crypto.mdx | 2 +- docs/language/enumerations.md | 2 +- docs/language/environment-information.md | 2 +- docs/language/events.md | 2 +- docs/language/functions.mdx | 2 +- docs/language/glossary.md | 2 +- docs/language/imports.mdx | 2 +- docs/language/index.md | 2 +- docs/language/interfaces.mdx | 2 +- docs/language/operators.md | 2 +- docs/language/references.mdx | 2 +- docs/language/resources.mdx | 2 +- docs/language/restricted-types.md | 2 +- docs/language/run-time-types.md | 2 +- docs/language/scope.md | 2 +- docs/language/syntax.md | 2 +- docs/language/transactions.md | 2 +- docs/language/type-annotations.md | 2 +- docs/language/type-hierarchy.md | 2 +- docs/language/type-inference.md | 2 +- docs/language/type-safety.md | 2 +- docs/language/values-and-types.mdx | 2 +- docs/measuring-time.mdx | 2 +- docs/security-best-practices.mdx | 2 +- docs/solidity-to-cadence.mdx | 2 +- docs/testing-framework.mdx | 2 +- docs/tutorial/01-first-steps.mdx | 2 +- docs/tutorial/02-hello-world.mdx | 2 +- docs/tutorial/03-resources.mdx | 2 +- docs/tutorial/04-capabilities.mdx | 2 +- docs/tutorial/05-non-fungible-tokens-1.mdx | 2 +- docs/tutorial/05-non-fungible-tokens-2.mdx | 2 +- docs/tutorial/06-fungible-tokens.mdx | 2 +- docs/tutorial/07-marketplace-setup.mdx | 2 +- docs/tutorial/08-marketplace-compose.mdx | 2 +- docs/tutorial/09-voting.mdx | 2 +- docs/tutorial/10-resources-compose.mdx | 2 +- docs/why.md | 2 +- 56 files changed, 57 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index ed4931878c..8b36c992e7 100644 --- a/README.md +++ b/README.md @@ -43,5 +43,5 @@ Check out the [Cadence Docs](https://docs.onflow.org/cadence/language/). If you would like to contribute to Cadence, have a look at the [contributing guide](https://github.com/onflow/cadence/blob/master/CONTRIBUTING.md). -Development documentation can be found in the [/docs directory](https://github.com/onflow/flow/tree/master/docs). +Development documentation can be found in the [cadence-lang.org repo](https://github.com/onflow/cadence-lang.org). For example, it contains the source for the language reference. diff --git a/docs/README.md b/docs/README.md index dc18c2139b..179ef09118 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,6 @@ This directory documention for contributors to/developers of Cadence. -If you are looking for documentation for Cadence, it can be found at https://developers.flow.com/cadence. +If you are looking for documentation for Cadence, it can be found at https://cadence-lang.org/. -The source for the user documentation is at https://github.com/onflow/docs/tree/main/docs/cadence, not in this repository. +The source for the user documentation is at https://github.com/onflow/cadence-lang.org, not in this repository. diff --git a/docs/anti-patterns.mdx b/docs/anti-patterns.mdx index 4afe64abb7..519bd0706c 100644 --- a/docs/anti-patterns.mdx +++ b/docs/anti-patterns.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/anti-patterns.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/anti-patterns.mdx diff --git a/docs/contract-upgrades.mdx b/docs/contract-upgrades.mdx index 5aefec9546..0deb46111c 100644 --- a/docs/contract-upgrades.mdx +++ b/docs/contract-upgrades.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/contract-upgrades.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/contract-upgrades.mdx diff --git a/docs/design-patterns.mdx b/docs/design-patterns.mdx index 00966d9a6a..88f9784608 100644 --- a/docs/design-patterns.mdx +++ b/docs/design-patterns.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/design-patterns.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/design-patterns.mdx diff --git a/docs/index.mdx b/docs/index.mdx index 8b868fc3e0..00764951e3 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/intro.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/intro.md diff --git a/docs/json-cadence-spec.md b/docs/json-cadence-spec.md index 17c54da112..70c3d18148 100644 --- a/docs/json-cadence-spec.md +++ b/docs/json-cadence-spec.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/json-cadence-spec.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/json-cadence-spec.md diff --git a/docs/language/access-control.md b/docs/language/access-control.md index a667af3bab..ac2155d07e 100644 --- a/docs/language/access-control.md +++ b/docs/language/access-control.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/access-control.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/access-control.md diff --git a/docs/language/accounts.mdx b/docs/language/accounts.mdx index 2be9ac1348..1a7cfee727 100644 --- a/docs/language/accounts.mdx +++ b/docs/language/accounts.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/accounts.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/accounts.mdx diff --git a/docs/language/attachments.md b/docs/language/attachments.md index 00417b75bb..d7d5f48f94 100644 --- a/docs/language/attachments.md +++ b/docs/language/attachments.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/attachments.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/attachments.mdx diff --git a/docs/language/built-in-functions.mdx b/docs/language/built-in-functions.mdx index 4354d6ab9d..2dd1f6a217 100644 --- a/docs/language/built-in-functions.mdx +++ b/docs/language/built-in-functions.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/built-in-functions.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/built-in-functions.mdx diff --git a/docs/language/capability-based-access-control.md b/docs/language/capability-based-access-control.md index 17322a2173..2b77ffd0f1 100644 --- a/docs/language/capability-based-access-control.md +++ b/docs/language/capability-based-access-control.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/capability-based-access-control.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/capabilities.md diff --git a/docs/language/composite-types.mdx b/docs/language/composite-types.mdx index 4103d0ae77..01f7819a63 100644 --- a/docs/language/composite-types.mdx +++ b/docs/language/composite-types.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/composite-types.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/composite-types.mdx diff --git a/docs/language/constants-and-variables.md b/docs/language/constants-and-variables.md index 99e9e6145b..2df34c6491 100644 --- a/docs/language/constants-and-variables.md +++ b/docs/language/constants-and-variables.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/constants-and-variables.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/constants-and-variables.md diff --git a/docs/language/contract-updatability.md b/docs/language/contract-updatability.md index 058771e5c1..b84caef768 100644 --- a/docs/language/contract-updatability.md +++ b/docs/language/contract-updatability.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/contract-updatability.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/contract-updatability.md diff --git a/docs/language/contracts.mdx b/docs/language/contracts.mdx index c7ae42c93c..fba060a792 100644 --- a/docs/language/contracts.mdx +++ b/docs/language/contracts.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/contracts.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/contracts.mdx diff --git a/docs/language/control-flow.md b/docs/language/control-flow.md index ba3a1344d5..007a760fcb 100644 --- a/docs/language/control-flow.md +++ b/docs/language/control-flow.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/control-flow.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/control-flow.md diff --git a/docs/language/core-events.md b/docs/language/core-events.md index 2ebab89bdd..f7e7912633 100644 --- a/docs/language/core-events.md +++ b/docs/language/core-events.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/core-events.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/core-events.md diff --git a/docs/language/crypto.mdx b/docs/language/crypto.mdx index 14332e933f..0bf4d064d5 100644 --- a/docs/language/crypto.mdx +++ b/docs/language/crypto.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/crypto.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/crypto.mdx diff --git a/docs/language/enumerations.md b/docs/language/enumerations.md index 1a3f66bc35..c0c3124d00 100644 --- a/docs/language/enumerations.md +++ b/docs/language/enumerations.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/enumerations.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/enumerations.md diff --git a/docs/language/environment-information.md b/docs/language/environment-information.md index 37c1e3e783..86b056ac5a 100644 --- a/docs/language/environment-information.md +++ b/docs/language/environment-information.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/environment-information.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/environment-information.md diff --git a/docs/language/events.md b/docs/language/events.md index 49ccdf5290..512c9adc26 100644 --- a/docs/language/events.md +++ b/docs/language/events.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/events.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/events.md diff --git a/docs/language/functions.mdx b/docs/language/functions.mdx index f383daa911..9041047a40 100644 --- a/docs/language/functions.mdx +++ b/docs/language/functions.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/functions.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/functions.mdx diff --git a/docs/language/glossary.md b/docs/language/glossary.md index 0a3abbe09b..3c583148d0 100644 --- a/docs/language/glossary.md +++ b/docs/language/glossary.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/glossary.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/glossary.mdx diff --git a/docs/language/imports.mdx b/docs/language/imports.mdx index db0291864a..4bf4f8f57e 100644 --- a/docs/language/imports.mdx +++ b/docs/language/imports.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/imports.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/imports.mdx diff --git a/docs/language/index.md b/docs/language/index.md index d5dcba5a78..8631dd5f14 100644 --- a/docs/language/index.md +++ b/docs/language/index.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/index.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/index.md diff --git a/docs/language/interfaces.mdx b/docs/language/interfaces.mdx index 64837edc77..923ca501b6 100644 --- a/docs/language/interfaces.mdx +++ b/docs/language/interfaces.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/interfaces.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/interfaces.mdx diff --git a/docs/language/operators.md b/docs/language/operators.md index e14185ee0f..e6dd0e07a8 100644 --- a/docs/language/operators.md +++ b/docs/language/operators.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/operators.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/operators.md diff --git a/docs/language/references.mdx b/docs/language/references.mdx index f047576f2f..9c67f270c2 100644 --- a/docs/language/references.mdx +++ b/docs/language/references.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/references.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/references.md diff --git a/docs/language/resources.mdx b/docs/language/resources.mdx index 62bec80e43..3eb6c938d5 100644 --- a/docs/language/resources.mdx +++ b/docs/language/resources.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/resources.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/resources.mdx diff --git a/docs/language/restricted-types.md b/docs/language/restricted-types.md index 66f9b9d290..846813e6e5 100644 --- a/docs/language/restricted-types.md +++ b/docs/language/restricted-types.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/restricted-types.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/restricted-types.md diff --git a/docs/language/run-time-types.md b/docs/language/run-time-types.md index d179fc503f..1fa3247753 100644 --- a/docs/language/run-time-types.md +++ b/docs/language/run-time-types.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/run-time-types.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/run-time-types.md diff --git a/docs/language/scope.md b/docs/language/scope.md index 3ee465b2d2..7274c78635 100644 --- a/docs/language/scope.md +++ b/docs/language/scope.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/scope.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/scope.md diff --git a/docs/language/syntax.md b/docs/language/syntax.md index db0ea25fd4..9a6e59c6a6 100644 --- a/docs/language/syntax.md +++ b/docs/language/syntax.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/syntax.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/syntax.md diff --git a/docs/language/transactions.md b/docs/language/transactions.md index b3df7e2724..5e561b7c83 100644 --- a/docs/language/transactions.md +++ b/docs/language/transactions.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/transactions.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/transactions.md diff --git a/docs/language/type-annotations.md b/docs/language/type-annotations.md index 1b0f667153..231cc648eb 100644 --- a/docs/language/type-annotations.md +++ b/docs/language/type-annotations.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/type-annotations.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-annotations.md diff --git a/docs/language/type-hierarchy.md b/docs/language/type-hierarchy.md index 16272c8e67..d0db241a69 100644 --- a/docs/language/type-hierarchy.md +++ b/docs/language/type-hierarchy.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/type-hierarchy.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-hierarchy.md diff --git a/docs/language/type-inference.md b/docs/language/type-inference.md index 8357fbc21a..4b43e3b95f 100644 --- a/docs/language/type-inference.md +++ b/docs/language/type-inference.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/type-inference.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-inference.md diff --git a/docs/language/type-safety.md b/docs/language/type-safety.md index d710858dc6..8b33f7cdb8 100644 --- a/docs/language/type-safety.md +++ b/docs/language/type-safety.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/type-safety.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-safety.md diff --git a/docs/language/values-and-types.mdx b/docs/language/values-and-types.mdx index ec22f134af..5f436128f2 100644 --- a/docs/language/values-and-types.mdx +++ b/docs/language/values-and-types.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/language/values-and-types.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/language/values-and-types.mdx diff --git a/docs/measuring-time.mdx b/docs/measuring-time.mdx index 8304118d4b..9ab9d327be 100644 --- a/docs/measuring-time.mdx +++ b/docs/measuring-time.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/measuring-time.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/measuring-time.mdx diff --git a/docs/security-best-practices.mdx b/docs/security-best-practices.mdx index 1367f0903e..f419f6d8cc 100644 --- a/docs/security-best-practices.mdx +++ b/docs/security-best-practices.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/security-best-practices.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/security-best-practices.mdx diff --git a/docs/solidity-to-cadence.mdx b/docs/solidity-to-cadence.mdx index 84bd8fe8fb..76f15db4e6 100644 --- a/docs/solidity-to-cadence.mdx +++ b/docs/solidity-to-cadence.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/solidity-to-cadence.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/solidity-to-cadence.mdx diff --git a/docs/testing-framework.mdx b/docs/testing-framework.mdx index 8c9c35a876..8a948b0703 100644 --- a/docs/testing-framework.mdx +++ b/docs/testing-framework.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/testing-framework.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/testing-framework.mdx diff --git a/docs/tutorial/01-first-steps.mdx b/docs/tutorial/01-first-steps.mdx index 90fd230ec9..2ac21fce6a 100644 --- a/docs/tutorial/01-first-steps.mdx +++ b/docs/tutorial/01-first-steps.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/01-first-steps.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/01-first-steps.mdx diff --git a/docs/tutorial/02-hello-world.mdx b/docs/tutorial/02-hello-world.mdx index 4e15cefef9..9d391edce4 100644 --- a/docs/tutorial/02-hello-world.mdx +++ b/docs/tutorial/02-hello-world.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/02-hello-world.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/02-hello-world.mdx diff --git a/docs/tutorial/03-resources.mdx b/docs/tutorial/03-resources.mdx index 6a38db00d6..c0f0ca92df 100644 --- a/docs/tutorial/03-resources.mdx +++ b/docs/tutorial/03-resources.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/03-resources.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/03-resources.mdx diff --git a/docs/tutorial/04-capabilities.mdx b/docs/tutorial/04-capabilities.mdx index b8ef7597e4..1120291e96 100644 --- a/docs/tutorial/04-capabilities.mdx +++ b/docs/tutorial/04-capabilities.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/04-capabilities.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/04-capabilities.mdx diff --git a/docs/tutorial/05-non-fungible-tokens-1.mdx b/docs/tutorial/05-non-fungible-tokens-1.mdx index 0bb66d1dff..4de88f140f 100644 --- a/docs/tutorial/05-non-fungible-tokens-1.mdx +++ b/docs/tutorial/05-non-fungible-tokens-1.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/05-non-fungible-tokens-1.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/05-non-fungible-tokens-1.mdx diff --git a/docs/tutorial/05-non-fungible-tokens-2.mdx b/docs/tutorial/05-non-fungible-tokens-2.mdx index 448003caab..e16023e4f0 100644 --- a/docs/tutorial/05-non-fungible-tokens-2.mdx +++ b/docs/tutorial/05-non-fungible-tokens-2.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/05-non-fungible-tokens-2.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/05-non-fungible-tokens-2.mdx diff --git a/docs/tutorial/06-fungible-tokens.mdx b/docs/tutorial/06-fungible-tokens.mdx index 3ff7cbad6f..d85e0b0508 100644 --- a/docs/tutorial/06-fungible-tokens.mdx +++ b/docs/tutorial/06-fungible-tokens.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/06-fungible-tokens.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/06-fungible-tokens.mdx diff --git a/docs/tutorial/07-marketplace-setup.mdx b/docs/tutorial/07-marketplace-setup.mdx index 9d3c7a89d9..c30d788633 100644 --- a/docs/tutorial/07-marketplace-setup.mdx +++ b/docs/tutorial/07-marketplace-setup.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/07-marketplace-setup.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/07-marketplace-setup.mdx diff --git a/docs/tutorial/08-marketplace-compose.mdx b/docs/tutorial/08-marketplace-compose.mdx index d2a15e8ca1..9a3f0a42c3 100644 --- a/docs/tutorial/08-marketplace-compose.mdx +++ b/docs/tutorial/08-marketplace-compose.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/08-marketplace-compose.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/08-marketplace-compose.mdx diff --git a/docs/tutorial/09-voting.mdx b/docs/tutorial/09-voting.mdx index 152a5e87bf..7ca8f3497f 100644 --- a/docs/tutorial/09-voting.mdx +++ b/docs/tutorial/09-voting.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/09-voting.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/09-voting.mdx diff --git a/docs/tutorial/10-resources-compose.mdx b/docs/tutorial/10-resources-compose.mdx index 6ffbac6090..93b841b7d1 100644 --- a/docs/tutorial/10-resources-compose.mdx +++ b/docs/tutorial/10-resources-compose.mdx @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/10-resources-compose.mdx +https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/10-resources-compose.mdx diff --git a/docs/why.md b/docs/why.md index a9a9413942..9261a0e39c 100644 --- a/docs/why.md +++ b/docs/why.md @@ -1,3 +1,3 @@ # This document has been moved to a new location: -https://github.com/onflow/docs/tree/main/docs/cadence/why.md +https://github.com/onflow/cadence-lang.org/tree/main/docs/why.md From 5adf92994d0e14300c1a61b5c0a9a7c789fbe039 Mon Sep 17 00:00:00 2001 From: Joshua Hannan Date: Tue, 6 Feb 2024 10:31:11 -0600 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bastian Müller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b36c992e7..085e0b8caf 100644 --- a/README.md +++ b/README.md @@ -43,5 +43,5 @@ Check out the [Cadence Docs](https://docs.onflow.org/cadence/language/). If you would like to contribute to Cadence, have a look at the [contributing guide](https://github.com/onflow/cadence/blob/master/CONTRIBUTING.md). -Development documentation can be found in the [cadence-lang.org repo](https://github.com/onflow/cadence-lang.org). +Development documentation can be found in the [`/docs` directory](https://github.com/onflow/cadence/tree/master/docs). For example, it contains the source for the language reference.