From f547caa80fb675af18329896d6061d4ac67f8615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Wed, 15 Apr 2020 15:44:30 +0200 Subject: [PATCH] Fix link to docs in error message, closes LIGO-547 --- src/bin/cli_helpers.ml | 2 +- src/bin/expect_tests/contract_tests.ml | 40 +++++++++--------- src/bin/expect_tests/error_messages_tests.ml | 4 +- src/bin/expect_tests/lexer_tests.ml | 44 ++++++++++---------- src/bin/expect_tests/literals.ml | 4 +- src/bin/expect_tests/michelson_or_tests.ml | 2 +- src/bin/expect_tests/syntax_error_tests.ml | 4 +- src/bin/expect_tests/typer_error_tests.ml | 28 ++++++------- 8 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/bin/cli_helpers.ml b/src/bin/cli_helpers.ml index 7d0cf9eb5..73e612b7e 100644 --- a/src/bin/cli_helpers.ml +++ b/src/bin/cli_helpers.ml @@ -5,7 +5,7 @@ open Main.Display let error_suggest: string = "\n If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog'\n" diff --git a/src/bin/expect_tests/contract_tests.ml b/src/bin/expect_tests/contract_tests.ml index 0141af522..4d855ab12 100644 --- a/src/bin/expect_tests/contract_tests.ml +++ b/src/bin/expect_tests/contract_tests.ml @@ -32,7 +32,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -45,7 +45,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -991,7 +991,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1015,7 +1015,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1029,7 +1029,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1065,7 +1065,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1090,7 +1090,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1109,7 +1109,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1123,7 +1123,7 @@ ligo: in file "create_contract_toplevel.mligo", line 4, character 35 to line 8, If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -1136,7 +1136,7 @@ ligo: in file "create_contract_var.mligo", line 6, character 35 to line 10, char If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -1149,7 +1149,7 @@ ligo: in file "create_contract_var.mligo", line 6, character 35 to line 10, char If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -1197,7 +1197,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -1223,7 +1223,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -1236,7 +1236,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] ; @@ -1249,7 +1249,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -1297,7 +1297,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -1310,7 +1310,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -1323,7 +1323,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -1336,7 +1336,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -1349,7 +1349,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] diff --git a/src/bin/expect_tests/error_messages_tests.ml b/src/bin/expect_tests/error_messages_tests.ml index a28a145b5..5f39e05b0 100644 --- a/src/bin/expect_tests/error_messages_tests.ml +++ b/src/bin/expect_tests/error_messages_tests.ml @@ -16,7 +16,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -31,7 +31,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; diff --git a/src/bin/expect_tests/lexer_tests.ml b/src/bin/expect_tests/lexer_tests.ml index f55d9a8cb..bde7e658c 100644 --- a/src/bin/expect_tests/lexer_tests.ml +++ b/src/bin/expect_tests/lexer_tests.ml @@ -12,7 +12,7 @@ ligo: : Lexical error in file "broken_string.ligo", line 1, characters 18-19: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -29,7 +29,7 @@ ligo: : Lexical error in file "broken_string.mligo", line 1, characters 8-9: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -46,7 +46,7 @@ ligo: : Lexical error in file "broken_string.religo", line 1, characters 8-9: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -63,7 +63,7 @@ ligo: : Lexical error in file "negative_byte_sequence.ligo", line 1, characters If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -80,7 +80,7 @@ ligo: : Lexical error in file "negative_byte_sequence.mligo", line 1, characters If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -97,7 +97,7 @@ ligo: : Lexical error in file "negative_byte_sequence.religo", line 1, character If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -114,7 +114,7 @@ ligo: : Lexical error in file "reserved_name.ligo", line 1, characters 4-13: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -131,7 +131,7 @@ ligo: : Lexical error in file "reserved_name.religo", line 1, characters 4-7: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -148,7 +148,7 @@ ligo: : Lexical error in file "reserved_name.mligo", line 1, characters 4-10: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -164,7 +164,7 @@ ligo: : Lexical error in file "unexpected_character.ligo", line 1, characters 18 If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -180,7 +180,7 @@ ligo: : Lexical error in file "unexpected_character.mligo", line 1, characters 8 If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -196,7 +196,7 @@ ligo: : Lexical error in file "unexpected_character.religo", line 1, characters If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -213,7 +213,7 @@ ligo: : Lexical error in file "unterminated_comment.mligo", line 1, characters 0 If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -230,7 +230,7 @@ ligo: : Lexical error in file "invalid_symbol.ligo", line 1, characters 17-20: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -247,7 +247,7 @@ ligo: : Lexical error in file "invalid_symbol.mligo", line 1, characters 10-13: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -264,7 +264,7 @@ ligo: : Lexical error in file "invalid_symbol.religo", line 1, characters 10-11: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -281,7 +281,7 @@ ligo: : Lexical error in file "missing_break.ligo", line 1, characters 18-18: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -298,7 +298,7 @@ ligo: : Lexical error in file "missing_break.mligo", line 1, characters 11-11: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -315,7 +315,7 @@ ligo: : Lexical error in file "missing_break.religo", line 1, characters 11-11: If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -332,7 +332,7 @@ ligo: : Lexical error in file "invalid_character_in_string.ligo", line 1, charac If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -349,7 +349,7 @@ ligo: : Lexical error in file "invalid_character_in_string.mligo", line 1, chara If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' @@ -366,7 +366,7 @@ ligo: : Lexical error in file "invalid_character_in_string.religo", line 1, char If you're not sure how to fix this error, you can do one of the following: -* Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ +* Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' diff --git a/src/bin/expect_tests/literals.ml b/src/bin/expect_tests/literals.ml index da8a4333d..c4c4b03a9 100644 --- a/src/bin/expect_tests/literals.ml +++ b/src/bin/expect_tests/literals.ml @@ -13,7 +13,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -31,7 +31,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] diff --git a/src/bin/expect_tests/michelson_or_tests.ml b/src/bin/expect_tests/michelson_or_tests.ml index 595a76c5e..d1e8b7c85 100644 --- a/src/bin/expect_tests/michelson_or_tests.ml +++ b/src/bin/expect_tests/michelson_or_tests.ml @@ -35,7 +35,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] \ No newline at end of file diff --git a/src/bin/expect_tests/syntax_error_tests.ml b/src/bin/expect_tests/syntax_error_tests.ml index 7a092f443..2f591ab00 100644 --- a/src/bin/expect_tests/syntax_error_tests.ml +++ b/src/bin/expect_tests/syntax_error_tests.ml @@ -10,7 +10,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -29,7 +29,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; diff --git a/src/bin/expect_tests/typer_error_tests.ml b/src/bin/expect_tests/typer_error_tests.ml index 246762e60..6e2efa258 100644 --- a/src/bin/expect_tests/typer_error_tests.ml +++ b/src/bin/expect_tests/typer_error_tests.ml @@ -9,7 +9,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -22,7 +22,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -35,7 +35,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -48,7 +48,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}]; @@ -60,7 +60,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -73,7 +73,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -86,7 +86,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -99,7 +99,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -112,7 +112,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -125,7 +125,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -138,7 +138,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -151,7 +151,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; @@ -165,7 +165,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}] @@ -186,7 +186,7 @@ let%expect_test _ = If you're not sure how to fix this error, you can do one of the following: - * Visit our documentation: https://ligolang.org/docs/intro/what-and-why/ + * Visit our documentation: https://ligolang.org/docs/intro/introduction * Ask a question on our Discord: https://discord.gg/9rhYaEt * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |}];