diff --git a/swan-lake/by-example/access-json-elements/content.jsx b/swan-lake/by-example/access-json-elements/content.jsx index fc0eccdc99c..cb38a2fd349 100644 --- a/swan-lake/by-example/access-json-elements/content.jsx +++ b/swan-lake/by-example/access-json-elements/content.jsx @@ -88,7 +88,7 @@ export function AccessJsonElements({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=51b41f9661e9dd9ee2768840319eb62e&file=access_json_elements.bal", + "https://play.ballerina.io/?gist=27cd94a42c3633c49494f4abc4a2e9ab&file=access_json_elements.bal", "_blank" ); }} diff --git a/swan-lake/by-example/access-optional-json-elements/content.jsx b/swan-lake/by-example/access-optional-json-elements/content.jsx index a2239983d11..11f20b77b61 100644 --- a/swan-lake/by-example/access-optional-json-elements/content.jsx +++ b/swan-lake/by-example/access-optional-json-elements/content.jsx @@ -62,7 +62,7 @@ export function AccessOptionalJsonElements({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=269e9876ce6666907427b3a290401233&file=access_optional_json_elements.bal", + "https://play.ballerina.io/?gist=98e703f1150546ee322ec752f201807d&file=access_optional_json_elements.bal", "_blank" ); }} diff --git a/swan-lake/by-example/alternate-wait/content.jsx b/swan-lake/by-example/alternate-wait/content.jsx index 428678126dc..ed241f6d235 100644 --- a/swan-lake/by-example/alternate-wait/content.jsx +++ b/swan-lake/by-example/alternate-wait/content.jsx @@ -68,7 +68,7 @@ export function AlternateWait({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3b512d4fd6d72b63e08912f75ca80693&file=alternate_wait.bal", + "https://play.ballerina.io/?gist=811dffa887976b1dc5d1d28e3c47d63d&file=alternate_wait.bal", "_blank" ); }} diff --git a/swan-lake/by-example/annotations/content.jsx b/swan-lake/by-example/annotations/content.jsx index 0d252304313..00dfeec1328 100644 --- a/swan-lake/by-example/annotations/content.jsx +++ b/swan-lake/by-example/annotations/content.jsx @@ -72,7 +72,7 @@ export function Annotations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d12e7ae7c652ef1d6e725fcea40df2ba&file=annotations.bal", + "https://play.ballerina.io/?gist=bbea6dd48fb5caa89e258dbed32edaf9&file=annotations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/anonymous-function/content.jsx b/swan-lake/by-example/anonymous-function/content.jsx index d1db0ec182f..8e177500bfc 100644 --- a/swan-lake/by-example/anonymous-function/content.jsx +++ b/swan-lake/by-example/anonymous-function/content.jsx @@ -62,7 +62,7 @@ export function AnonymousFunction({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3ad4ce464e88f9c05cd91e98af9328a1&file=anonymous_function.bal", + "https://play.ballerina.io/?gist=81c03da48852a2d73e8ebdb012c7defa&file=anonymous_function.bal", "_blank" ); }} diff --git a/swan-lake/by-example/any-type/content.jsx b/swan-lake/by-example/any-type/content.jsx index 1b52d60fc75..f7ca38d3db2 100644 --- a/swan-lake/by-example/any-type/content.jsx +++ b/swan-lake/by-example/any-type/content.jsx @@ -60,7 +60,7 @@ export function AnyType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=29e9a07e59b2bf0953b391b6ff7bf76b&file=any_type.bal", + "https://play.ballerina.io/?gist=7d844117eebc0ad80d46e53439cedea6&file=any_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/anydata-type/content.jsx b/swan-lake/by-example/anydata-type/content.jsx index 393c57c021e..14e776fa100 100644 --- a/swan-lake/by-example/anydata-type/content.jsx +++ b/swan-lake/by-example/anydata-type/content.jsx @@ -58,7 +58,7 @@ export function AnydataType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ce02c7de563893af6caff1d168f51f3c&file=anydata_type.bal", + "https://play.ballerina.io/?gist=3db4f88de7fac1eba1496f288342909d&file=anydata_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/array-map-symmetry/content.jsx b/swan-lake/by-example/array-map-symmetry/content.jsx index da9eedf3e4d..1a08e696288 100644 --- a/swan-lake/by-example/array-map-symmetry/content.jsx +++ b/swan-lake/by-example/array-map-symmetry/content.jsx @@ -120,7 +120,7 @@ export function ArrayMapSymmetry({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=83dea5c8bc90d2293fb448d951c972e6&file=array_map_symmetry.bal", + "https://play.ballerina.io/?gist=72a6feae43e8fb45c638fa84d3bc7c03&file=array_map_symmetry.bal", "_blank" ); }} diff --git a/swan-lake/by-example/arrays/content.jsx b/swan-lake/by-example/arrays/content.jsx index d3330019f9d..46d83769871 100644 --- a/swan-lake/by-example/arrays/content.jsx +++ b/swan-lake/by-example/arrays/content.jsx @@ -99,7 +99,7 @@ export function Arrays({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=bac0e1a4f7f40cd2eb33531695ab7384&file=arrays.bal", + "https://play.ballerina.io/?gist=e6a9e369c8c13114a72e665600c0ac00&file=arrays.bal", "_blank" ); }} diff --git a/swan-lake/by-example/asynchronize-message-passing/content.jsx b/swan-lake/by-example/asynchronize-message-passing/content.jsx index 4bc41eaeacf..f8c18866f11 100644 --- a/swan-lake/by-example/asynchronize-message-passing/content.jsx +++ b/swan-lake/by-example/asynchronize-message-passing/content.jsx @@ -63,7 +63,7 @@ export function AsynchronizeMessagePassing({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ad742a27a388877448e19d5fab03d744&file=asynchronize_message_passing.bal", + "https://play.ballerina.io/?gist=ce6f9a6c1d8a6340a98c47cc59bb2acb&file=asynchronize_message_passing.bal", "_blank" ); }} diff --git a/swan-lake/by-example/asynchronous-function-calls/content.jsx b/swan-lake/by-example/asynchronous-function-calls/content.jsx index ed2d80d5569..3f99ba68f84 100644 --- a/swan-lake/by-example/asynchronous-function-calls/content.jsx +++ b/swan-lake/by-example/asynchronous-function-calls/content.jsx @@ -58,7 +58,7 @@ export function AsynchronousFunctionCalls({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=37fa621401f147d8188bcb2027ef9560&file=asynchronous_function_calls.bal", + "https://play.ballerina.io/?gist=07388ac7cc92d8d531e4fafda9306084&file=asynchronous_function_calls.bal", "_blank" ); }} diff --git a/swan-lake/by-example/backtick-templates/content.jsx b/swan-lake/by-example/backtick-templates/content.jsx index 358fc5fc957..20b8962fc30 100644 --- a/swan-lake/by-example/backtick-templates/content.jsx +++ b/swan-lake/by-example/backtick-templates/content.jsx @@ -73,7 +73,7 @@ export function BacktickTemplates({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d428163dcba627f545f31a9705ff3e27&file=backtick_templates.bal", + "https://play.ballerina.io/?gist=7cf3e1ede3984c62b45274c5128caa4a&file=backtick_templates.bal", "_blank" ); }} diff --git a/swan-lake/by-example/binary-data/content.jsx b/swan-lake/by-example/binary-data/content.jsx index a62d7b61daf..5df718357eb 100644 --- a/swan-lake/by-example/binary-data/content.jsx +++ b/swan-lake/by-example/binary-data/content.jsx @@ -50,7 +50,7 @@ export function BinaryData({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=aebdb6bbb8c53136e22c7afd1da2bedf&file=binary_data.bal", + "https://play.ballerina.io/?gist=84d258a988b4a9568890463f6886c83f&file=binary_data.bal", "_blank" ); }} diff --git a/swan-lake/by-example/binding-patterns-in-match-statement/content.jsx b/swan-lake/by-example/binding-patterns-in-match-statement/content.jsx index 8af4ea0135b..542cedc0a87 100644 --- a/swan-lake/by-example/binding-patterns-in-match-statement/content.jsx +++ b/swan-lake/by-example/binding-patterns-in-match-statement/content.jsx @@ -97,7 +97,7 @@ export function BindingPatternsInMatchStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=35003d32aaf0af30793fd4eab57eabff&file=binding_patterns_in_match_statement.bal", + "https://play.ballerina.io/?gist=93dd5b646661961b29c99671c95b0e6a&file=binding_patterns_in_match_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/binding-patterns/content.jsx b/swan-lake/by-example/binding-patterns/content.jsx index 6281303d3b9..07e7b938283 100644 --- a/swan-lake/by-example/binding-patterns/content.jsx +++ b/swan-lake/by-example/binding-patterns/content.jsx @@ -55,7 +55,7 @@ export function BindingPatterns({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=58559a6e0960d6240da542c2d6ccfcaa&file=binding_patterns.bal", + "https://play.ballerina.io/?gist=13090e4e428003528951ca16eb844694&file=binding_patterns.bal", "_blank" ); }} diff --git a/swan-lake/by-example/boolean/content.jsx b/swan-lake/by-example/boolean/content.jsx index b1eb71c2eae..900d48085f4 100644 --- a/swan-lake/by-example/boolean/content.jsx +++ b/swan-lake/by-example/boolean/content.jsx @@ -51,7 +51,7 @@ export function Boolean({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=87c56a0dc09d9e0501272e4fb037ad54&file=boolean.bal", + "https://play.ballerina.io/?gist=b17ba9efee9785e40b5af4fb9d2db5d8&file=boolean.bal", "_blank" ); }} diff --git a/swan-lake/by-example/break-statement/content.jsx b/swan-lake/by-example/break-statement/content.jsx index e2a4a568b6b..d3fac19bb11 100644 --- a/swan-lake/by-example/break-statement/content.jsx +++ b/swan-lake/by-example/break-statement/content.jsx @@ -59,7 +59,7 @@ export function BreakStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=780db391279d1c365a25b585641ce1b6&file=break_statement.bal", + "https://play.ballerina.io/?gist=e8ab899ade930703003dd5b2b725af7d&file=break_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/built-in-integer-subtypes/content.jsx b/swan-lake/by-example/built-in-integer-subtypes/content.jsx index b10041e2d7c..244ea9ca2c9 100644 --- a/swan-lake/by-example/built-in-integer-subtypes/content.jsx +++ b/swan-lake/by-example/built-in-integer-subtypes/content.jsx @@ -138,7 +138,7 @@ export function BuiltInIntegerSubtypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=85222a22aa2aa96f78c46a089d04d042&file=built_in_integer_subtypes.bal", + "https://play.ballerina.io/?gist=3657013b6a494485e06f3eb92a760824&file=built_in_integer_subtypes.bal", "_blank" ); }} diff --git a/swan-lake/by-example/built-in-string-subtype/content.jsx b/swan-lake/by-example/built-in-string-subtype/content.jsx index 890e14a9944..895b316fb3b 100644 --- a/swan-lake/by-example/built-in-string-subtype/content.jsx +++ b/swan-lake/by-example/built-in-string-subtype/content.jsx @@ -59,7 +59,7 @@ export function BuiltInStringSubtype({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c7193a0cba2c63f1d5fca394b9c7dcd4&file=built_in_string_subtype.bal", + "https://play.ballerina.io/?gist=069e721afcba0ea629b86b02e0743cd8&file=built_in_string_subtype.bal", "_blank" ); }} diff --git a/swan-lake/by-example/cache-basics/content.jsx b/swan-lake/by-example/cache-basics/content.jsx index b0be0fe14b2..b7e482224a5 100644 --- a/swan-lake/by-example/cache-basics/content.jsx +++ b/swan-lake/by-example/cache-basics/content.jsx @@ -74,7 +74,7 @@ export function CacheBasics({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c6fee37f419a2457c1e82f3be7fadde6&file=cache_basics.bal", + "https://play.ballerina.io/?gist=6d4e1607c3879c05c7709934bd6c614d&file=cache_basics.bal", "_blank" ); }} diff --git a/swan-lake/by-example/cache-invalidation/content.jsx b/swan-lake/by-example/cache-invalidation/content.jsx index b346a27aa43..9e668d8a654 100644 --- a/swan-lake/by-example/cache-invalidation/content.jsx +++ b/swan-lake/by-example/cache-invalidation/content.jsx @@ -86,7 +86,7 @@ export function CacheInvalidation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5e202c83c7ed50e5ceadca2c1888a1ea&file=cache_invalidation.bal", + "https://play.ballerina.io/?gist=d1bcb9183a8737357f8f0499e230ebf1&file=cache_invalidation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/casting-json-to-user-defined-type/content.jsx b/swan-lake/by-example/casting-json-to-user-defined-type/content.jsx index f9333fb0dcb..5d61d464f3b 100644 --- a/swan-lake/by-example/casting-json-to-user-defined-type/content.jsx +++ b/swan-lake/by-example/casting-json-to-user-defined-type/content.jsx @@ -73,7 +73,7 @@ export function CastingJsonToUserDefinedType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9c79ce1c0088916b2c3b19e8b7c41c0e&file=casting_json_to_user_defined_type.bal", + "https://play.ballerina.io/?gist=9bc66805822d427496a659a83d08788c&file=casting_json_to_user_defined_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/check-expression/content.jsx b/swan-lake/by-example/check-expression/content.jsx index ebac582ba49..305438191e7 100644 --- a/swan-lake/by-example/check-expression/content.jsx +++ b/swan-lake/by-example/check-expression/content.jsx @@ -60,7 +60,7 @@ export function CheckExpression({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=34df1e7fad61728c5b47ff76e53cba6f&file=check_expression.bal", + "https://play.ballerina.io/?gist=781e0997d7c27e3f6f48a68c281941e1&file=check_expression.bal", "_blank" ); }} diff --git a/swan-lake/by-example/check-semantics/content.jsx b/swan-lake/by-example/check-semantics/content.jsx index 5f969b50769..5d2a128ff94 100644 --- a/swan-lake/by-example/check-semantics/content.jsx +++ b/swan-lake/by-example/check-semantics/content.jsx @@ -83,7 +83,7 @@ export function CheckSemantics({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=dff368bbb09b7e7a3ac0562920d0384a&file=check_semantics.bal", + "https://play.ballerina.io/?gist=e7b6e59cf5fbd87165cc921adf851c59&file=check_semantics.bal", "_blank" ); }} diff --git a/swan-lake/by-example/combining-isolated-functions-and-lock/content.jsx b/swan-lake/by-example/combining-isolated-functions-and-lock/content.jsx index bb319867935..21a271d1630 100644 --- a/swan-lake/by-example/combining-isolated-functions-and-lock/content.jsx +++ b/swan-lake/by-example/combining-isolated-functions-and-lock/content.jsx @@ -101,7 +101,7 @@ export function CombiningIsolatedFunctionsAndLock({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ed1eebab3395e798ef8ae3237f66e837&file=combining_isolated_functions_and_lock.bal", + "https://play.ballerina.io/?gist=0db2b1d7551e5af8645cd7c58fe841da&file=combining_isolated_functions_and_lock.bal", "_blank" ); }} diff --git a/swan-lake/by-example/commit-rollback-handlers/content.jsx b/swan-lake/by-example/commit-rollback-handlers/content.jsx index ea96eddfe47..48e50d32ad8 100644 --- a/swan-lake/by-example/commit-rollback-handlers/content.jsx +++ b/swan-lake/by-example/commit-rollback-handlers/content.jsx @@ -74,7 +74,7 @@ export function CommitRollbackHandlers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d441e9ba5c86290162a68f2f4935eac8&file=commit_rollback_handlers.bal", + "https://play.ballerina.io/?gist=a8b36ee2c64f1b82de88ec8aceaad2fc&file=commit_rollback_handlers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/computed-field-key/content.jsx b/swan-lake/by-example/computed-field-key/content.jsx index 3da35fe0eb8..48fe34a6947 100644 --- a/swan-lake/by-example/computed-field-key/content.jsx +++ b/swan-lake/by-example/computed-field-key/content.jsx @@ -62,7 +62,7 @@ export function ComputedFieldKey({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c0ebf3ddd4b3074c19959d753afc0f64&file=computed_field_key.bal", + "https://play.ballerina.io/?gist=e85309e1951ace6aab6667a2b61a73c0&file=computed_field_key.bal", "_blank" ); }} diff --git a/swan-lake/by-example/const-and-final/content.jsx b/swan-lake/by-example/const-and-final/content.jsx index c7984c7ea9d..18ca55b3574 100644 --- a/swan-lake/by-example/const-and-final/content.jsx +++ b/swan-lake/by-example/const-and-final/content.jsx @@ -55,7 +55,7 @@ export function ConstAndFinal({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c22728eb5673768b4ca79beaa6b87906&file=const_and_final.bal", + "https://play.ballerina.io/?gist=628c5a154c6b261f035c06396574d90d&file=const_and_final.bal", "_blank" ); }} diff --git a/swan-lake/by-example/constraint-validations/content.jsx b/swan-lake/by-example/constraint-validations/content.jsx index 9c831f1718b..05ac512ed2e 100644 --- a/swan-lake/by-example/constraint-validations/content.jsx +++ b/swan-lake/by-example/constraint-validations/content.jsx @@ -93,7 +93,7 @@ export function ConstraintValidations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9c72b60677936e37df25c463eedfe1c6&file=constraint_validations.bal", + "https://play.ballerina.io/?gist=10820fbe61f9448476e80b99102d9911&file=constraint_validations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/consuming-services/content.jsx b/swan-lake/by-example/consuming-services/content.jsx index ae83c636435..2b1351b6975 100644 --- a/swan-lake/by-example/consuming-services/content.jsx +++ b/swan-lake/by-example/consuming-services/content.jsx @@ -54,7 +54,7 @@ export function ConsumingServices({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=fa26afa1d3637e2546f8ca0fe4bd3322&file=consuming_services.bal", + "https://play.ballerina.io/?gist=b22dccbff0d2b577260ff2f6db1fc27a&file=consuming_services.bal", "_blank" ); }} diff --git a/swan-lake/by-example/continue-statement/content.jsx b/swan-lake/by-example/continue-statement/content.jsx index b7a49f933c3..557dc30f8f1 100644 --- a/swan-lake/by-example/continue-statement/content.jsx +++ b/swan-lake/by-example/continue-statement/content.jsx @@ -60,7 +60,7 @@ export function ContinueStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6e2da24a38570dca0dcb3167b09264d1&file=continue_statement.bal", + "https://play.ballerina.io/?gist=9163df348fa3e6877c9b22f937313d29&file=continue_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/controlling-openness/content.jsx b/swan-lake/by-example/controlling-openness/content.jsx index 927854fb485..787c0bd0099 100644 --- a/swan-lake/by-example/controlling-openness/content.jsx +++ b/swan-lake/by-example/controlling-openness/content.jsx @@ -75,7 +75,7 @@ export function ControllingOpenness({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=77987fbeb5516b72f982f4af9195daf9&file=controlling_openness.bal", + "https://play.ballerina.io/?gist=5a7b79e94ede3b2e2776f075d81ebc7b&file=open_records.bal", "_blank" ); }} diff --git a/swan-lake/by-example/convert-from-json-to-user-defined-type/content.jsx b/swan-lake/by-example/convert-from-json-to-user-defined-type/content.jsx index 81eb776dfb5..dfbd6b6619a 100644 --- a/swan-lake/by-example/convert-from-json-to-user-defined-type/content.jsx +++ b/swan-lake/by-example/convert-from-json-to-user-defined-type/content.jsx @@ -82,7 +82,7 @@ export function ConvertFromJsonToUserDefinedType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e6482ce3644f0f56f37d0ef2f3e7bee1&file=convert_from_json_to_user_defined_type.bal", + "https://play.ballerina.io/?gist=4dd9ab246173a7e9db4a83d088afb926&file=convert_from_json_to_user_defined_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/converting-from-table-and-xml-to-json/content.jsx b/swan-lake/by-example/converting-from-table-and-xml-to-json/content.jsx index 85887f1cd3f..9e27ca96d79 100644 --- a/swan-lake/by-example/converting-from-table-and-xml-to-json/content.jsx +++ b/swan-lake/by-example/converting-from-table-and-xml-to-json/content.jsx @@ -53,7 +53,7 @@ export function ConvertingFromTableAndXmlToJson({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=bb7bac6338abf95e8ade815c3dc020d3&file=converting_from_table_and_xml_to_json.bal", + "https://play.ballerina.io/?gist=ae12e6e1795f6e7135ef3bc53b85e016&file=converting_from_table_and_xml_to_json.bal", "_blank" ); }} diff --git a/swan-lake/by-example/converting-from-user-defined-type-to-json/content.jsx b/swan-lake/by-example/converting-from-user-defined-type-to-json/content.jsx index 2612e0c2810..89888a313ba 100644 --- a/swan-lake/by-example/converting-from-user-defined-type-to-json/content.jsx +++ b/swan-lake/by-example/converting-from-user-defined-type-to-json/content.jsx @@ -72,7 +72,7 @@ export function ConvertingFromUserDefinedTypeToJson({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7fd230010f10e15be7bda461f7ffba6d&file=converting_from_user_defined_type_to_json.bal", + "https://play.ballerina.io/?gist=5477afc65f56e71c559ae892f43114ba&file=converting_from_user_defined_type_to_json.bal", "_blank" ); }} diff --git a/swan-lake/by-example/covariance/content.jsx b/swan-lake/by-example/covariance/content.jsx index 311014f5ada..07530f0b7b3 100644 --- a/swan-lake/by-example/covariance/content.jsx +++ b/swan-lake/by-example/covariance/content.jsx @@ -53,7 +53,7 @@ export function Covariance({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=21e8300bfee8ff0b18f756ae83265e83&file=covariance.bal", + "https://play.ballerina.io/?gist=e9959362da16a67ae5f4b1350fa9b8bb&file=covariance.bal", "_blank" ); }} diff --git a/swan-lake/by-example/create-maps-with-query/content.jsx b/swan-lake/by-example/create-maps-with-query/content.jsx index 647cc261eea..af7096dddeb 100644 --- a/swan-lake/by-example/create-maps-with-query/content.jsx +++ b/swan-lake/by-example/create-maps-with-query/content.jsx @@ -66,7 +66,7 @@ export function CreateMapsWithQuery({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=571b182602769fc13309b76fe5244b31&file=create_maps_with_query.bal", + "https://play.ballerina.io/?gist=7477067d2d5d968dd0258702d8d57893&file=create_maps_with_query.bal", "_blank" ); }} diff --git a/swan-lake/by-example/create-streams-with-query/content.jsx b/swan-lake/by-example/create-streams-with-query/content.jsx index 6051eca5469..fb0da8f6697 100644 --- a/swan-lake/by-example/create-streams-with-query/content.jsx +++ b/swan-lake/by-example/create-streams-with-query/content.jsx @@ -69,7 +69,7 @@ export function CreateStreamsWithQuery({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=1c3368d245cbd272da49e01c7013207d&file=create_streams_with_query.bal", + "https://play.ballerina.io/?gist=18550a72801da64c277d78bfb03b2787&file=create_streams_with_query.bal", "_blank" ); }} diff --git a/swan-lake/by-example/create-tables-with-query/content.jsx b/swan-lake/by-example/create-tables-with-query/content.jsx index 5ba48e3edc4..9d2f24c85aa 100644 --- a/swan-lake/by-example/create-tables-with-query/content.jsx +++ b/swan-lake/by-example/create-tables-with-query/content.jsx @@ -69,7 +69,7 @@ export function CreateTablesWithQuery({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3c686e544841740b316a536ac87e982b&file=create_tables_with_query.bal", + "https://play.ballerina.io/?gist=294408c4982434264fae1261d8fae3ad&file=create_tables_with_query.bal", "_blank" ); }} diff --git a/swan-lake/by-example/decimal-type/content.jsx b/swan-lake/by-example/decimal-type/content.jsx index 82fedd9d41a..f3c08bcbf74 100644 --- a/swan-lake/by-example/decimal-type/content.jsx +++ b/swan-lake/by-example/decimal-type/content.jsx @@ -63,7 +63,7 @@ export function DecimalType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=adf2a82f466d81bf1fd6276726905d1b&file=decimal_type.bal", + "https://play.ballerina.io/?gist=a074fce849298412e1ed32bbf465c6d6&file=decimal_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/default-values-for-function-parameters/content.jsx b/swan-lake/by-example/default-values-for-function-parameters/content.jsx index 8c9e0c923e5..2ed0ea816e0 100644 --- a/swan-lake/by-example/default-values-for-function-parameters/content.jsx +++ b/swan-lake/by-example/default-values-for-function-parameters/content.jsx @@ -54,7 +54,7 @@ export function DefaultValuesForFunctionParameters({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=891a48aa4c9a21d9e7143b69c54e0299&file=default_values_for_function_parameters.bal", + "https://play.ballerina.io/?gist=2a3d7a50b17efce05eb3172dd2334503&file=default_values_for_function_parameters.bal", "_blank" ); }} diff --git a/swan-lake/by-example/default-values-for-record-fields/content.jsx b/swan-lake/by-example/default-values-for-record-fields/content.jsx index 4b86155c222..45559a27e69 100644 --- a/swan-lake/by-example/default-values-for-record-fields/content.jsx +++ b/swan-lake/by-example/default-values-for-record-fields/content.jsx @@ -70,7 +70,7 @@ export function DefaultValuesForRecordFields({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=39bfaa1288b4f25ce468d27620313745&file=default_values_for_record_fields.bal", + "https://play.ballerina.io/?gist=338bf4842f845a5e45e077158f20a245&file=default_values_for_record_fields.bal", "_blank" ); }} diff --git a/swan-lake/by-example/defining-classes/content.jsx b/swan-lake/by-example/defining-classes/content.jsx index eff25252b98..29badbe5692 100644 --- a/swan-lake/by-example/defining-classes/content.jsx +++ b/swan-lake/by-example/defining-classes/content.jsx @@ -76,7 +76,7 @@ export function DefiningClasses({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=923872392c8a490e17d4fa41172fac58&file=defining_classes.bal", + "https://play.ballerina.io/?gist=5702bd4f11e96ff4dabeabdb5eb2f552&file=defining_classes.bal", "_blank" ); }} diff --git a/swan-lake/by-example/dependent-types/content.jsx b/swan-lake/by-example/dependent-types/content.jsx index 030489dd000..ea981d95116 100644 --- a/swan-lake/by-example/dependent-types/content.jsx +++ b/swan-lake/by-example/dependent-types/content.jsx @@ -58,7 +58,7 @@ export function DependentTypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=404e4896561b95f77126f5a675fdaf78&file=dependent_types.bal", + "https://play.ballerina.io/?gist=f62f2ed38d10a4d9de26205525f09261&file=dependent_types.bal", "_blank" ); }} diff --git a/swan-lake/by-example/destructure-records-using-query/content.jsx b/swan-lake/by-example/destructure-records-using-query/content.jsx index 42f66e54e57..ec40bc62482 100644 --- a/swan-lake/by-example/destructure-records-using-query/content.jsx +++ b/swan-lake/by-example/destructure-records-using-query/content.jsx @@ -73,7 +73,7 @@ export function DestructureRecordsUsingQuery({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c461bc1965878ac2fc877b47e1d45323&file=destructure_records_using_query.bal", + "https://play.ballerina.io/?gist=e6907570afb0c01054a6860b432c8dd5&file=destructure_records_using_query.bal", "_blank" ); }} diff --git a/swan-lake/by-example/directories/content.jsx b/swan-lake/by-example/directories/content.jsx index 8a1642d99bb..bf8a8a8ba61 100644 --- a/swan-lake/by-example/directories/content.jsx +++ b/swan-lake/by-example/directories/content.jsx @@ -79,7 +79,7 @@ export function Directories({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c2880bdb86c1016fb03e20d2c2fe04e8&file=directories.bal", + "https://play.ballerina.io/?gist=15b51267a5e54d7364a70dc745f85754&file=directories.bal", "_blank" ); }} diff --git a/swan-lake/by-example/distinct-object-types/content.jsx b/swan-lake/by-example/distinct-object-types/content.jsx index 84cd3848970..9661e498c76 100644 --- a/swan-lake/by-example/distinct-object-types/content.jsx +++ b/swan-lake/by-example/distinct-object-types/content.jsx @@ -74,7 +74,7 @@ export function DistinctObjectTypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=94aac8fb08f640568320facba02f3853&file=distinct_object_types.bal", + "https://play.ballerina.io/?gist=7cbcec9a1bdaa8a7486d35037b6a4899&file=distinct_object_types.bal", "_blank" ); }} diff --git a/swan-lake/by-example/documentation/content.jsx b/swan-lake/by-example/documentation/content.jsx index 7ca10450025..3711e7d1e5c 100644 --- a/swan-lake/by-example/documentation/content.jsx +++ b/swan-lake/by-example/documentation/content.jsx @@ -47,7 +47,7 @@ export function Documentation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=170dd72538f1167cc036377a386fb827&file=documentation.bal", + "https://play.ballerina.io/?gist=037868fb235ee78681eef279f3ff917d&file=documentation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/ensureType-function/content.jsx b/swan-lake/by-example/ensureType-function/content.jsx index 7cb4fe7105d..3229456329f 100644 --- a/swan-lake/by-example/ensureType-function/content.jsx +++ b/swan-lake/by-example/ensureType-function/content.jsx @@ -54,7 +54,7 @@ export function EnsureTypeFunction({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5e0bf2080897c0a7ef1c24201ff6e87c&file=ensureType_function.bal", + "https://play.ballerina.io/?gist=1f2d7da4da2c095b2631afa9596a5f4a&file=ensureType_function.bal", "_blank" ); }} diff --git a/swan-lake/by-example/enumerations/content.jsx b/swan-lake/by-example/enumerations/content.jsx index bf130b08283..b47e296ea5c 100644 --- a/swan-lake/by-example/enumerations/content.jsx +++ b/swan-lake/by-example/enumerations/content.jsx @@ -61,7 +61,7 @@ export function Enumerations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8631a657d313d3a125971386637e2d19&file=enumerations.bal", + "https://play.ballerina.io/?gist=ba5074e7456cdc2805cc5c42ea2cf84d&file=enumerations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/environment-variables/content.jsx b/swan-lake/by-example/environment-variables/content.jsx index b8a18864ba0..6fb94a07c36 100644 --- a/swan-lake/by-example/environment-variables/content.jsx +++ b/swan-lake/by-example/environment-variables/content.jsx @@ -59,7 +59,7 @@ export function EnvironmentVariables({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7b4af6600339bcc891f3e6a554d6ee18&file=environment_variables.bal", + "https://play.ballerina.io/?gist=784761830a660ec337b9c2c12ba26eb3&file=environment_variables.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-binding-pattern-in-match-statement/content.jsx b/swan-lake/by-example/error-binding-pattern-in-match-statement/content.jsx index 24fee876ce9..e7a08c53865 100644 --- a/swan-lake/by-example/error-binding-pattern-in-match-statement/content.jsx +++ b/swan-lake/by-example/error-binding-pattern-in-match-statement/content.jsx @@ -88,7 +88,7 @@ export function ErrorBindingPatternInMatchStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f1087b1fcbedc6e6c0d4dea9c345a3c9&file=error_binding_pattern_in_match_statement.bal", + "https://play.ballerina.io/?gist=a6c2e43a2488366c310c2a965c415681&file=error_binding_pattern_in_match_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-binding-pattern/content.jsx b/swan-lake/by-example/error-binding-pattern/content.jsx index 1f278ee4027..8792d031817 100644 --- a/swan-lake/by-example/error-binding-pattern/content.jsx +++ b/swan-lake/by-example/error-binding-pattern/content.jsx @@ -75,7 +75,7 @@ export function ErrorBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c58373e8869db6999ee807df5630f004&file=error_binding_pattern.bal", + "https://play.ballerina.io/?gist=88dfec4bea363f4a0b1f182766cf480d&file=error_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-cause/content.jsx b/swan-lake/by-example/error-cause/content.jsx index d7ebe1899e2..4485cec60a9 100644 --- a/swan-lake/by-example/error-cause/content.jsx +++ b/swan-lake/by-example/error-cause/content.jsx @@ -60,7 +60,7 @@ export function ErrorCause({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c1a27fb72ea201e608ccc02cb2af8290&file=error_cause.bal", + "https://play.ballerina.io/?gist=4206d0744c6b3598d37a2887491ad9b3&file=error_cause.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-detail/content.jsx b/swan-lake/by-example/error-detail/content.jsx index 6bf343e18da..ebdaefe8431 100644 --- a/swan-lake/by-example/error-detail/content.jsx +++ b/swan-lake/by-example/error-detail/content.jsx @@ -60,7 +60,7 @@ export function ErrorDetail({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=60728f12ecc1d98fa7e914eda3c8c990&file=error_detail.bal", + "https://play.ballerina.io/?gist=0815ae97448e6b17d8f813015020cc5d&file=error_detail.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-handling/content.jsx b/swan-lake/by-example/error-handling/content.jsx index cdbbe5ab086..53635115b9f 100644 --- a/swan-lake/by-example/error-handling/content.jsx +++ b/swan-lake/by-example/error-handling/content.jsx @@ -64,7 +64,7 @@ export function ErrorHandling({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9fdfff46cf849b81dca957499041f039&file=error_handling.bal", + "https://play.ballerina.io/?gist=6c8573db7b9c070ab64762ea6bfe06bb&file=error_handling.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-reporting/content.jsx b/swan-lake/by-example/error-reporting/content.jsx index a9c62d5eb83..9005331cb50 100644 --- a/swan-lake/by-example/error-reporting/content.jsx +++ b/swan-lake/by-example/error-reporting/content.jsx @@ -79,7 +79,7 @@ export function ErrorReporting({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=010c4cbf61f82a13469a641fcc993744&file=error_reporting.bal", + "https://play.ballerina.io/?gist=95ec2384a7193960d880e19f807718bb&file=error_reporting.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-subtyping/content.jsx b/swan-lake/by-example/error-subtyping/content.jsx index b4265174647..ec24affc86d 100644 --- a/swan-lake/by-example/error-subtyping/content.jsx +++ b/swan-lake/by-example/error-subtyping/content.jsx @@ -64,7 +64,7 @@ export function ErrorSubtyping({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c4bdf0a4fa163e782221d0601f5ddea1&file=error_subtyping.bal", + "https://play.ballerina.io/?gist=5c84fce5469564316cc413488b6741e4&file=error_subtyping.bal", "_blank" ); }} diff --git a/swan-lake/by-example/error-type-intersection/content.jsx b/swan-lake/by-example/error-type-intersection/content.jsx index b03fa92aac6..cd76a0440be 100644 --- a/swan-lake/by-example/error-type-intersection/content.jsx +++ b/swan-lake/by-example/error-type-intersection/content.jsx @@ -69,7 +69,7 @@ export function ErrorTypeIntersection({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f56c71305c2e402299628ee466c6b99a&file=error_type_intersection.bal", + "https://play.ballerina.io/?gist=e88a49bb0d23f589194ffe6499063d58&file=error_type_intersection.bal", "_blank" ); }} diff --git a/swan-lake/by-example/expression-oriented-style/content.jsx b/swan-lake/by-example/expression-oriented-style/content.jsx index 5e53cdb149c..e639ce90b13 100644 --- a/swan-lake/by-example/expression-oriented-style/content.jsx +++ b/swan-lake/by-example/expression-oriented-style/content.jsx @@ -72,7 +72,7 @@ export function ExpressionOrientedStyle({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6e7110c5802861d42e3061796366168f&file=expression_oriented_style.bal", + "https://play.ballerina.io/?gist=9ff7a9a80e74e9f202af3e85350e1382&file=expression_oriented_style.bal", "_blank" ); }} diff --git a/swan-lake/by-example/filepaths/content.jsx b/swan-lake/by-example/filepaths/content.jsx index be44b44333c..d842af3084e 100644 --- a/swan-lake/by-example/filepaths/content.jsx +++ b/swan-lake/by-example/filepaths/content.jsx @@ -79,7 +79,7 @@ export function Filepaths({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0877f6a3df2b46557787a132b22c9362&file=filepaths.bal", + "https://play.ballerina.io/?gist=f84005a2c2c33df51ae4a0581a3efb67&file=filepaths.bal", "_blank" ); }} diff --git a/swan-lake/by-example/files/content.jsx b/swan-lake/by-example/files/content.jsx index 4c632d48f61..28d9e8058c4 100644 --- a/swan-lake/by-example/files/content.jsx +++ b/swan-lake/by-example/files/content.jsx @@ -83,7 +83,7 @@ export function Files({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e1cc94e6ba998e0e33e907918a24af2e&file=files.bal", + "https://play.ballerina.io/?gist=1c0e008afc8c22d697f3bc0eb8d18976&file=files.bal", "_blank" ); }} diff --git a/swan-lake/by-example/filler-values-of-a-list/content.jsx b/swan-lake/by-example/filler-values-of-a-list/content.jsx index a6c9d32cc62..8c35622974b 100644 --- a/swan-lake/by-example/filler-values-of-a-list/content.jsx +++ b/swan-lake/by-example/filler-values-of-a-list/content.jsx @@ -60,7 +60,7 @@ export function FillerValuesOfAList({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0e524c609f3d72fa33fc321b9ac65768&file=filler_values_of_a_list.bal", + "https://play.ballerina.io/?gist=f2520534eb66ae99e760d1d96c9a8cbd&file=filler_values_of_a_list.bal", "_blank" ); }} diff --git a/swan-lake/by-example/floating-point-numbers/content.jsx b/swan-lake/by-example/floating-point-numbers/content.jsx index 54efb9d8681..363add999b7 100644 --- a/swan-lake/by-example/floating-point-numbers/content.jsx +++ b/swan-lake/by-example/floating-point-numbers/content.jsx @@ -54,7 +54,7 @@ export function FloatingPointNumbers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=fe84f60cb33d93f21d591b0fc6866979&file=floating_point_numbers.bal", + "https://play.ballerina.io/?gist=c64f0ebb85d78feb5f1763f5a03473c2&file=floating_point_numbers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/flush/content.jsx b/swan-lake/by-example/flush/content.jsx index c2402ab65d4..96389702e47 100644 --- a/swan-lake/by-example/flush/content.jsx +++ b/swan-lake/by-example/flush/content.jsx @@ -67,7 +67,7 @@ export function Flush({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3248ff7f9c29ce2d6cb952dd491ce5c5&file=flush.bal", + "https://play.ballerina.io/?gist=105d62f04c042cc6b1a875d12c8abb51&file=flush.bal", "_blank" ); }} diff --git a/swan-lake/by-example/foreach-statement/content.jsx b/swan-lake/by-example/foreach-statement/content.jsx index e7c8806a826..0014df213ef 100644 --- a/swan-lake/by-example/foreach-statement/content.jsx +++ b/swan-lake/by-example/foreach-statement/content.jsx @@ -73,7 +73,7 @@ export function ForeachStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=04a0d5c68ac527c9f4650f434b1014d7&file=foreach_statement.bal", + "https://play.ballerina.io/?gist=0dcb6d6861a1c438050603a7aebd4dfd&file=foreach_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/function-closure/content.jsx b/swan-lake/by-example/function-closure/content.jsx index b26578b519d..676a3eaef88 100644 --- a/swan-lake/by-example/function-closure/content.jsx +++ b/swan-lake/by-example/function-closure/content.jsx @@ -51,7 +51,7 @@ export function FunctionClosure({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=316830d33ac1cb4d3aa4b3bc221a5334&file=function_closure.bal", + "https://play.ballerina.io/?gist=8bbdda0ddcc9532365793e4b3948f6a3&file=function_closure.bal", "_blank" ); }} diff --git a/swan-lake/by-example/function-pointers/content.jsx b/swan-lake/by-example/function-pointers/content.jsx index 26ff748804f..8a588723f68 100644 --- a/swan-lake/by-example/function-pointers/content.jsx +++ b/swan-lake/by-example/function-pointers/content.jsx @@ -64,7 +64,7 @@ export function FunctionPointers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=42fc4bfe89f1293b5125368535d17699&file=function_pointers.bal", + "https://play.ballerina.io/?gist=1bce5182e42274b03e91ce8c31158cfa&file=function_pointers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/function-types/content.jsx b/swan-lake/by-example/function-types/content.jsx index 969c846014b..f8dd0380433 100644 --- a/swan-lake/by-example/function-types/content.jsx +++ b/swan-lake/by-example/function-types/content.jsx @@ -76,7 +76,7 @@ export function FunctionTypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c69b91ef8ac6237d535a4f9728669664&file=function_types.bal", + "https://play.ballerina.io/?gist=b4a8e1195ee6d04646ce360f54dfed2b&file=function_types.bal", "_blank" ); }} diff --git a/swan-lake/by-example/function-values/content.jsx b/swan-lake/by-example/function-values/content.jsx index f937ad39023..6d9f6bf9c6c 100644 --- a/swan-lake/by-example/function-values/content.jsx +++ b/swan-lake/by-example/function-values/content.jsx @@ -52,7 +52,7 @@ export function FunctionValues({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=356e106664bacd15681b3829abedf72b&file=function_values.bal", + "https://play.ballerina.io/?gist=ab31374d4dc131d51deed640c2d352b6&file=function_values.bal", "_blank" ); }} diff --git a/swan-lake/by-example/functions/content.jsx b/swan-lake/by-example/functions/content.jsx index 1903274ab2e..0b682e49f58 100644 --- a/swan-lake/by-example/functions/content.jsx +++ b/swan-lake/by-example/functions/content.jsx @@ -77,7 +77,7 @@ export function Functions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a16ae806768e55139d3bcef6b65257f0&file=functions.bal", + "https://play.ballerina.io/?gist=e8aee858a00701861b8b2fdcce9b72b0&file=functions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/hello-world/content.jsx b/swan-lake/by-example/hello-world/content.jsx index 57d5a414aeb..00ed2e6b55b 100644 --- a/swan-lake/by-example/hello-world/content.jsx +++ b/swan-lake/by-example/hello-world/content.jsx @@ -39,7 +39,7 @@ export function HelloWorld({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0a83607519a8cef925c978548ec25c98&file=hello_world.bal", + "https://play.ballerina.io/?gist=446b6e5cf542c1e052ae2bf0857f38b2&file=hello_world.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-100-continue/content.jsx b/swan-lake/by-example/http-100-continue/content.jsx index 15e5ac678e6..b1293e2bc49 100644 --- a/swan-lake/by-example/http-100-continue/content.jsx +++ b/swan-lake/by-example/http-100-continue/content.jsx @@ -76,7 +76,7 @@ export function Http100Continue({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=4b1124d7cef3e767ca35e529d55ad898&file=http_100_continue.bal", + "https://play.ballerina.io/?gist=feba7b53fc3f7be92115cb7822287a46&file=http_100_continue.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-2-0-client-server-push/content.jsx b/swan-lake/by-example/http-2-0-client-server-push/content.jsx index 113dc3d3555..3a8928ac4aa 100644 --- a/swan-lake/by-example/http-2-0-client-server-push/content.jsx +++ b/swan-lake/by-example/http-2-0-client-server-push/content.jsx @@ -84,7 +84,7 @@ export function Http20ClientServerPush({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=742082f405937cf32fb92643c4d7b8dd&file=http_2_0_client_server_push.bal", + "https://play.ballerina.io/?gist=31984ef6acadd07d5e89903d85671c26&file=http_2_0_client_server_push.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-2-0-server-push/content.jsx b/swan-lake/by-example/http-2-0-server-push/content.jsx index 9e0865bfef9..1f8df0a09a9 100644 --- a/swan-lake/by-example/http-2-0-server-push/content.jsx +++ b/swan-lake/by-example/http-2-0-server-push/content.jsx @@ -90,7 +90,7 @@ export function Http20ServerPush({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a6340ebc8d0dd78d3a251874c98fd072&file=http_2_0_server_push.bal", + "https://play.ballerina.io/?gist=6855766a7f2471a84addc35e19309481&file=http_2_0_server_push.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-2-prior-knowledge-client/content.jsx b/swan-lake/by-example/http-2-prior-knowledge-client/content.jsx index 83189eafe10..ba3e61503d3 100644 --- a/swan-lake/by-example/http-2-prior-knowledge-client/content.jsx +++ b/swan-lake/by-example/http-2-prior-knowledge-client/content.jsx @@ -54,7 +54,7 @@ export function Http2PriorKnowledgeClient({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b1c74fecfa05e993ae782ee7e9e4d9ec&file=http_2_prior_knowledge_client.bal", + "https://play.ballerina.io/?gist=8405ccda08c34d0779d8973806f28302&file=http_2_prior_knowledge_client.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-2-to-1-1-downgrade-client/content.jsx b/swan-lake/by-example/http-2-to-1-1-downgrade-client/content.jsx index 700a38b43ee..7a01e50c9d2 100644 --- a/swan-lake/by-example/http-2-to-1-1-downgrade-client/content.jsx +++ b/swan-lake/by-example/http-2-to-1-1-downgrade-client/content.jsx @@ -54,7 +54,7 @@ export function Http2To11DowngradeClient({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b0b8f4c12097e80f57a0e1981f6353dd&file=http_2_to_1_1_downgrade_client.bal", + "https://play.ballerina.io/?gist=4e3a27206d6984443dcdb31f34268548&file=http_2_to_1_1_downgrade_client.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-2-to-1-1-downgrade-service/content.jsx b/swan-lake/by-example/http-2-to-1-1-downgrade-service/content.jsx index 176c976160d..41c705168b7 100644 --- a/swan-lake/by-example/http-2-to-1-1-downgrade-service/content.jsx +++ b/swan-lake/by-example/http-2-to-1-1-downgrade-service/content.jsx @@ -67,7 +67,7 @@ export function Http2To11DowngradeService({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=17321acad8c0e104fe3a0564c7903565&file=http_2_to_1_1_downgrade_service.bal", + "https://play.ballerina.io/?gist=dbb3cc56217c9602f2fa051aa8932344&file=http_2_to_1_1_downgrade_service.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-access-logs/content.jsx b/swan-lake/by-example/http-access-logs/content.jsx index 3e5bda6bbb8..e11f6a9ea8c 100644 --- a/swan-lake/by-example/http-access-logs/content.jsx +++ b/swan-lake/by-example/http-access-logs/content.jsx @@ -67,7 +67,7 @@ export function HttpAccessLogs({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=17ba86b38951c0bef5098cc0f5da812b&file=http_access_logs.bal", + "https://play.ballerina.io/?gist=2d9c2a3000b70e1d710096968f584345&file=http_access_logs.bal", "_blank" ); }} @@ -188,7 +188,7 @@ export function HttpAccessLogs({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=516eaf0fd17bd7a044adcfae80d7d621&file=Config.toml", + "https://play.ballerina.io/?gist=1bd108808230bf1cfb1b62fb4e0d4c63&file=Config.toml", "_blank" ); }} diff --git a/swan-lake/by-example/http-basic-rest-service/content.jsx b/swan-lake/by-example/http-basic-rest-service/content.jsx index 0bcbd402f9a..7d41441ec54 100644 --- a/swan-lake/by-example/http-basic-rest-service/content.jsx +++ b/swan-lake/by-example/http-basic-rest-service/content.jsx @@ -73,7 +73,7 @@ export function HttpBasicRestService({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5df67a3762fe2ee002d1a70a69d6a943&file=http_basic_rest_service.bal", + "https://play.ballerina.io/?gist=8441a9837d0e4983c364490c5c0e3ccd&file=http_basic_rest_service.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-caching-client/content.jsx b/swan-lake/by-example/http-caching-client/content.jsx index 62668dcd6a6..17bc01157a3 100644 --- a/swan-lake/by-example/http-caching-client/content.jsx +++ b/swan-lake/by-example/http-caching-client/content.jsx @@ -63,7 +63,7 @@ export function HttpCachingClient({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a63d859be31c0dd5bd259e5b1f95751b&file=http_caching_client.bal", + "https://play.ballerina.io/?gist=8b7ca5c6ec81ac22a013ad12a0bcae90&file=http_caching_client.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-caller/content.jsx b/swan-lake/by-example/http-caller/content.jsx index f848c296320..fcf6604a7d9 100644 --- a/swan-lake/by-example/http-caller/content.jsx +++ b/swan-lake/by-example/http-caller/content.jsx @@ -69,7 +69,7 @@ export function HttpCaller({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=fb5a1ead1760cb3401d9ac0152e15be4&file=http_caller.bal", + "https://play.ballerina.io/?gist=10db0d99de4834f6c1ac171523186d21&file=http_caller.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-circuit-breaker/content.jsx b/swan-lake/by-example/http-circuit-breaker/content.jsx index d3e988251a1..7087ff95087 100644 --- a/swan-lake/by-example/http-circuit-breaker/content.jsx +++ b/swan-lake/by-example/http-circuit-breaker/content.jsx @@ -81,7 +81,7 @@ export function HttpCircuitBreaker({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f723fb2db6a53a9b4211dcaf148ccc50&file=http_circuit_breaker.bal", + "https://play.ballerina.io/?gist=4afee5415d6188a82440ede4b076fbed&file=http_circuit_breaker.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-basic-authentication/content.jsx b/swan-lake/by-example/http-client-basic-authentication/content.jsx index e7ea33b4ef5..73b5d024d80 100644 --- a/swan-lake/by-example/http-client-basic-authentication/content.jsx +++ b/swan-lake/by-example/http-client-basic-authentication/content.jsx @@ -60,7 +60,7 @@ export function HttpClientBasicAuthentication({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0ad09f4efad92efc66f3ccbfb7584773&file=http_client_basic_authentication.bal", + "https://play.ballerina.io/?gist=ba923986fc8de87e35fea80d42d82ec5&file=http_client_basic_authentication.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-bearer-token-authentication/content.jsx b/swan-lake/by-example/http-client-bearer-token-authentication/content.jsx index 1cb78c31c87..a2e69ade6f5 100644 --- a/swan-lake/by-example/http-client-bearer-token-authentication/content.jsx +++ b/swan-lake/by-example/http-client-bearer-token-authentication/content.jsx @@ -59,7 +59,7 @@ export function HttpClientBearerTokenAuthentication({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f03e9b09105ae0c57062e2d3162ef864&file=http_client_bearer_token_authentication.bal", + "https://play.ballerina.io/?gist=52edb797a5d6892161b75c2c782e5663&file=http_client_bearer_token_authentication.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-chunking/content.jsx b/swan-lake/by-example/http-client-chunking/content.jsx index 285be7ba609..481d12658b3 100644 --- a/swan-lake/by-example/http-client-chunking/content.jsx +++ b/swan-lake/by-example/http-client-chunking/content.jsx @@ -63,7 +63,7 @@ export function HttpClientChunking({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0469e9b7803013a2c60d3ef878c24bd1&file=http_client_chunking.bal", + "https://play.ballerina.io/?gist=a7a56b629507de95b2f04671e602b893&file=http_client_chunking.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-data-binding/content.jsx b/swan-lake/by-example/http-client-data-binding/content.jsx index 210c28b8bac..6d4f2873152 100644 --- a/swan-lake/by-example/http-client-data-binding/content.jsx +++ b/swan-lake/by-example/http-client-data-binding/content.jsx @@ -65,7 +65,7 @@ export function HttpClientDataBinding({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e296c8fef50d3d2824fa42c97989a518&file=http_client_data_binding.bal", + "https://play.ballerina.io/?gist=85bd7eb52f2f5c1d0f3bdf3bf03cc141&file=http_client_data_binding.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-file-upload/content.jsx b/swan-lake/by-example/http-client-file-upload/content.jsx index bf669fd99d0..f815d649ed0 100644 --- a/swan-lake/by-example/http-client-file-upload/content.jsx +++ b/swan-lake/by-example/http-client-file-upload/content.jsx @@ -56,7 +56,7 @@ export function HttpClientFileUpload({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=dfd4f653dc6a4bc8a7bfee69dd07a25e&file=http_client_file_upload.bal", + "https://play.ballerina.io/?gist=2ccb03a2bae6c14deec4d6f4d5bedb6b&file=http_client_file_upload.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-header-parameter/content.jsx b/swan-lake/by-example/http-client-header-parameter/content.jsx index cc4f05b01d9..dc88ec48ad0 100644 --- a/swan-lake/by-example/http-client-header-parameter/content.jsx +++ b/swan-lake/by-example/http-client-header-parameter/content.jsx @@ -71,7 +71,7 @@ export function HttpClientHeaderParameter({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ea1d787a8cee59c7c032dc9189ce5b3f&file=http_client_header_parameter.bal", + "https://play.ballerina.io/?gist=f837760cbf53e12346a70cebbda8203e&file=http_client_header_parameter.bal", "_blank" ); }} @@ -262,7 +262,7 @@ export function HttpClientHeaderParameter({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=90365829f1bca7936c8490c68ad7fe67&file=http_client_header_parameter_post.bal", + "https://play.ballerina.io/?gist=5c9ca92865bdb9d6231491ccb02b4968&file=http_client_header_parameter_post.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-mutual-ssl/content.jsx b/swan-lake/by-example/http-client-mutual-ssl/content.jsx index 3639f190730..936a1572326 100644 --- a/swan-lake/by-example/http-client-mutual-ssl/content.jsx +++ b/swan-lake/by-example/http-client-mutual-ssl/content.jsx @@ -66,7 +66,7 @@ export function HttpClientMutualSsl({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b0bcbd9b4130e9f98e166c1d125329a7&file=http_client_mutual_ssl.bal", + "https://play.ballerina.io/?gist=7f7dc71dcd381de2b8205baca471b861&file=http_client_mutual_ssl.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-oauth2-client-credentials-grant-type/content.jsx b/swan-lake/by-example/http-client-oauth2-client-credentials-grant-type/content.jsx index d176860be2c..31a3d49d3ee 100644 --- a/swan-lake/by-example/http-client-oauth2-client-credentials-grant-type/content.jsx +++ b/swan-lake/by-example/http-client-oauth2-client-credentials-grant-type/content.jsx @@ -67,7 +67,7 @@ export function HttpClientOauth2ClientCredentialsGrantType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=054b8952edf2d5aab3eeaf11670ac510&file=http_client_oauth2_client_credentials_grant_type.bal", + "https://play.ballerina.io/?gist=ebd9545e7c581bee684e65f2af087ddb&file=http_client_oauth2_client_credentials_grant_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-oauth2-jwt-bearer-grant-type/content.jsx b/swan-lake/by-example/http-client-oauth2-jwt-bearer-grant-type/content.jsx index 8581c018b61..300b011cfc6 100644 --- a/swan-lake/by-example/http-client-oauth2-jwt-bearer-grant-type/content.jsx +++ b/swan-lake/by-example/http-client-oauth2-jwt-bearer-grant-type/content.jsx @@ -68,7 +68,7 @@ export function HttpClientOauth2JwtBearerGrantType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8720e7935ca75afacfd0901298db015e&file=http_client_oauth2_jwt_bearer_grant_type.bal", + "https://play.ballerina.io/?gist=b53ba1725f5f2b213b6d2c32bbb14585&file=http_client_oauth2_jwt_bearer_grant_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-oauth2-password-grant-type/content.jsx b/swan-lake/by-example/http-client-oauth2-password-grant-type/content.jsx index ced712e299f..2be948c82b2 100644 --- a/swan-lake/by-example/http-client-oauth2-password-grant-type/content.jsx +++ b/swan-lake/by-example/http-client-oauth2-password-grant-type/content.jsx @@ -72,7 +72,7 @@ export function HttpClientOauth2PasswordGrantType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c5d2d4b4635da80c716327e1a6b3d7e0&file=http_client_oauth2_password_grant_type.bal", + "https://play.ballerina.io/?gist=9eef6cbe0c1684290496d32594b707c6&file=http_client_oauth2_password_grant_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-oauth2-refresh-token-grant-type/content.jsx b/swan-lake/by-example/http-client-oauth2-refresh-token-grant-type/content.jsx index 23915872ce6..d216820d16d 100644 --- a/swan-lake/by-example/http-client-oauth2-refresh-token-grant-type/content.jsx +++ b/swan-lake/by-example/http-client-oauth2-refresh-token-grant-type/content.jsx @@ -69,7 +69,7 @@ export function HttpClientOauth2RefreshTokenGrantType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=70744b1a1f4e3b4455ee7f8486eebcd8&file=http_client_oauth2_refresh_token_grant_type.bal", + "https://play.ballerina.io/?gist=18402aaebd3d59e2be7785489b69a0b9&file=http_client_oauth2_refresh_token_grant_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-path-parameter/content.jsx b/swan-lake/by-example/http-client-path-parameter/content.jsx index 807964668d1..97e01bcd2c4 100644 --- a/swan-lake/by-example/http-client-path-parameter/content.jsx +++ b/swan-lake/by-example/http-client-path-parameter/content.jsx @@ -56,7 +56,7 @@ export function HttpClientPathParameter({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8a4714663d78fcab5c18e4b85232fe3c&file=http_client_path_parameter.bal", + "https://play.ballerina.io/?gist=573093e5a214a5f1dc211ad836318860&file=http_client_path_parameter.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-payload-constraint-validation/content.jsx b/swan-lake/by-example/http-client-payload-constraint-validation/content.jsx index 28d5783ed8d..9db1aafef31 100644 --- a/swan-lake/by-example/http-client-payload-constraint-validation/content.jsx +++ b/swan-lake/by-example/http-client-payload-constraint-validation/content.jsx @@ -70,7 +70,7 @@ export function HttpClientPayloadConstraintValidation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=af03ee4315f512bb3b1e350ed0a72e2c&file=http_client_payload_constraint_validation.bal", + "https://play.ballerina.io/?gist=dcd0a94611353040f116a3648aae45fe&file=http_client_payload_constraint_validation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-query-parameter/content.jsx b/swan-lake/by-example/http-client-query-parameter/content.jsx index c9b999853ed..c59a669a36e 100644 --- a/swan-lake/by-example/http-client-query-parameter/content.jsx +++ b/swan-lake/by-example/http-client-query-parameter/content.jsx @@ -68,7 +68,7 @@ export function HttpClientQueryParameter({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7a0f1d8e97d83135eede627e3cfa7065&file=http_client_query_parameter.bal", + "https://play.ballerina.io/?gist=cd1cec5a0fe0e471cc8999c3c504ef40&file=http_client_query_parameter.bal", "_blank" ); }} @@ -259,7 +259,7 @@ export function HttpClientQueryParameter({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7bee53c9f0eb26ab798e1129819d50c9&file=http_client_query_parameter_post.bal", + "https://play.ballerina.io/?gist=1ed4f2b8219acfbd02f3f8684cc1e050&file=http_client_query_parameter_post.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-redirects/content.jsx b/swan-lake/by-example/http-client-redirects/content.jsx index ba76f16b9cd..53f6a400bb0 100644 --- a/swan-lake/by-example/http-client-redirects/content.jsx +++ b/swan-lake/by-example/http-client-redirects/content.jsx @@ -58,7 +58,7 @@ export function HttpClientRedirects({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a32820d72f19b9e835f541e367d46185&file=http_client_redirects.bal", + "https://play.ballerina.io/?gist=710fae1f265446ead01d2af2b5bcf233&file=http_client_redirects.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-self-signed-jwt-authentication/content.jsx b/swan-lake/by-example/http-client-self-signed-jwt-authentication/content.jsx index 50ed69e6025..d927434f72c 100644 --- a/swan-lake/by-example/http-client-self-signed-jwt-authentication/content.jsx +++ b/swan-lake/by-example/http-client-self-signed-jwt-authentication/content.jsx @@ -73,7 +73,7 @@ export function HttpClientSelfSignedJwtAuthentication({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=150a09b0b6a57e0f1f52389bd5a5aed8&file=http_client_self_signed_jwt_authentication.bal", + "https://play.ballerina.io/?gist=7f540adccbfd650d9fb710a4e92987e8&file=http_client_self_signed_jwt_authentication.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-send-request-receive-response/content.jsx b/swan-lake/by-example/http-client-send-request-receive-response/content.jsx index 244ec4dab63..73b581bd412 100644 --- a/swan-lake/by-example/http-client-send-request-receive-response/content.jsx +++ b/swan-lake/by-example/http-client-send-request-receive-response/content.jsx @@ -68,7 +68,7 @@ export function HttpClientSendRequestReceiveResponse({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=888e355becb0f588eedea6ce7bad004d&file=http_client_send_request_receive_response.bal", + "https://play.ballerina.io/?gist=aa5fc073519424bafc68a5045bea9225&file=http_client_send_request_receive_response.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-client-ssl-tls/content.jsx b/swan-lake/by-example/http-client-ssl-tls/content.jsx index dc2ef6f2f6d..f1d647b7eac 100644 --- a/swan-lake/by-example/http-client-ssl-tls/content.jsx +++ b/swan-lake/by-example/http-client-ssl-tls/content.jsx @@ -54,7 +54,7 @@ export function HttpClientSslTls({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=274d4c02640b837eaa08a99f9a1c32de&file=http_client_ssl_tls.bal", + "https://play.ballerina.io/?gist=99a11a6ea705b908b0bcacb6eef7ef77&file=http_client_ssl_tls.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-compression/content.jsx b/swan-lake/by-example/http-compression/content.jsx index 75338130f0e..0349dee684f 100644 --- a/swan-lake/by-example/http-compression/content.jsx +++ b/swan-lake/by-example/http-compression/content.jsx @@ -66,7 +66,7 @@ export function HttpCompression({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=1f9a65e913dd851a171c624ff066c7bb&file=http_compression.bal", + "https://play.ballerina.io/?gist=4dc889ce1b9b8af811b221ffb6b80f18&file=http_compression.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-cookies-client/content.jsx b/swan-lake/by-example/http-cookies-client/content.jsx index 0126b457349..2b5718fd652 100644 --- a/swan-lake/by-example/http-cookies-client/content.jsx +++ b/swan-lake/by-example/http-cookies-client/content.jsx @@ -65,7 +65,7 @@ export function HttpCookiesClient({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e26f3df9aa85e758c7cf7352970005d7&file=http_cookies_client.bal", + "https://play.ballerina.io/?gist=fc5d74b2820ac5cbadb4f662acd7d35a&file=http_cookies_client.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-cookies-service/content.jsx b/swan-lake/by-example/http-cookies-service/content.jsx index 1a1b951c531..7e277395ce1 100644 --- a/swan-lake/by-example/http-cookies-service/content.jsx +++ b/swan-lake/by-example/http-cookies-service/content.jsx @@ -89,7 +89,7 @@ export function HttpCookiesService({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=69f72e3875564b9e4cb56f5a95b9ba57&file=http_cookies_service.bal", + "https://play.ballerina.io/?gist=66ae9362584f2cd18bcf03350d064891&file=http_cookies_service.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-cors/content.jsx b/swan-lake/by-example/http-cors/content.jsx index 710272adffc..1a002b6c525 100644 --- a/swan-lake/by-example/http-cors/content.jsx +++ b/swan-lake/by-example/http-cors/content.jsx @@ -75,7 +75,7 @@ export function HttpCors({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ebbcaf1252551756b5616a5b27572034&file=http_cors.bal", + "https://play.ballerina.io/?gist=09673ff05883f8d583ac30e126373496&file=http_cors.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-default-error-handling/content.jsx b/swan-lake/by-example/http-default-error-handling/content.jsx index 2426402e35c..beaf282d1f6 100644 --- a/swan-lake/by-example/http-default-error-handling/content.jsx +++ b/swan-lake/by-example/http-default-error-handling/content.jsx @@ -76,7 +76,7 @@ export function HttpDefaultErrorHandling({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ff75d7d7c7c668e5649fed13d52ab249&file=http_default_error_handling.bal", + "https://play.ballerina.io/?gist=7eb264f3ae88305c009a7f2ba4c9ba07&file=http_default_error_handling.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-default-resource/content.jsx b/swan-lake/by-example/http-default-resource/content.jsx index 6f6413b6af0..b265a1349a2 100644 --- a/swan-lake/by-example/http-default-resource/content.jsx +++ b/swan-lake/by-example/http-default-resource/content.jsx @@ -56,7 +56,7 @@ export function HttpDefaultResource({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=4f7764934c475213d0dde76093119f1d&file=http_default_resource.bal", + "https://play.ballerina.io/?gist=7900ef3a62766edc04c0d8890c42d1fd&file=http_default_resource.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-error-handling/content.jsx b/swan-lake/by-example/http-error-handling/content.jsx index bfa2d00e1f4..7752afa2fba 100644 --- a/swan-lake/by-example/http-error-handling/content.jsx +++ b/swan-lake/by-example/http-error-handling/content.jsx @@ -101,7 +101,7 @@ export function HttpErrorHandling({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b067941f9c57c201563ee09a83eec07a&file=http_error_handling.bal", + "https://play.ballerina.io/?gist=74d0d592658717c13e4cc14d11eadc80&file=http_error_handling.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-failover/content.jsx b/swan-lake/by-example/http-failover/content.jsx index ceba0398046..16d31fa5fa9 100644 --- a/swan-lake/by-example/http-failover/content.jsx +++ b/swan-lake/by-example/http-failover/content.jsx @@ -62,7 +62,7 @@ export function HttpFailover({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6285d3f9700be9cffa6387fb03fae6a6&file=http_failover.bal", + "https://play.ballerina.io/?gist=2562b84e01fbfc1e1598b8263aeec18a&file=http_failover.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-header-param/content.jsx b/swan-lake/by-example/http-header-param/content.jsx index 2a6a9506b86..f0ed7b9abc8 100644 --- a/swan-lake/by-example/http-header-param/content.jsx +++ b/swan-lake/by-example/http-header-param/content.jsx @@ -69,7 +69,7 @@ export function HttpHeaderParam({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=18c3233e799c3f8a7e89fe058414ed40&file=http_header_param.bal", + "https://play.ballerina.io/?gist=dd763af2e4c9440a6bf54f41e3648be7&file=http_header_param.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-interceptor-error-handling/content.jsx b/swan-lake/by-example/http-interceptor-error-handling/content.jsx index 075bdc6290a..3ac67301781 100644 --- a/swan-lake/by-example/http-interceptor-error-handling/content.jsx +++ b/swan-lake/by-example/http-interceptor-error-handling/content.jsx @@ -112,7 +112,7 @@ export function HttpInterceptorErrorHandling({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ea86446f1656ec0e73053f1e402aab8e&file=http_interceptor_error_handling.bal", + "https://play.ballerina.io/?gist=72da37c39633ceead1cda6eb7ff61e5b&file=http_interceptor_error_handling.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-load-balancer/content.jsx b/swan-lake/by-example/http-load-balancer/content.jsx index b289527eca1..6aad30b9634 100644 --- a/swan-lake/by-example/http-load-balancer/content.jsx +++ b/swan-lake/by-example/http-load-balancer/content.jsx @@ -59,7 +59,7 @@ export function HttpLoadBalancer({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c6e10b4cf9f34cad7686c64bc453a12b&file=http_load_balancer.bal", + "https://play.ballerina.io/?gist=5fceade2c672ec39b92296468cc0e8ef&file=http_load_balancer.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-matrix-param/content.jsx b/swan-lake/by-example/http-matrix-param/content.jsx index d14de1a5533..6e05753c9f6 100644 --- a/swan-lake/by-example/http-matrix-param/content.jsx +++ b/swan-lake/by-example/http-matrix-param/content.jsx @@ -68,7 +68,7 @@ export function HttpMatrixParam({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d9c5c89c9260ee32dd550caaa0fab922&file=http_matrix_param.bal", + "https://play.ballerina.io/?gist=ebddd7bd04bec31b5c94ea0250c72ef6&file=http_matrix_param.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-passthrough/content.jsx b/swan-lake/by-example/http-passthrough/content.jsx index 5804a801934..2a4d1fef3d5 100644 --- a/swan-lake/by-example/http-passthrough/content.jsx +++ b/swan-lake/by-example/http-passthrough/content.jsx @@ -62,7 +62,7 @@ export function HttpPassthrough({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0f7f9e7f0a5ccba5ba0d6e069c9d8538&file=http_passthrough.bal", + "https://play.ballerina.io/?gist=f10975d0ef4953b7e135243c4001966e&file=http_passthrough.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-path-param/content.jsx b/swan-lake/by-example/http-path-param/content.jsx index 8b9716a89cf..77181f7a967 100644 --- a/swan-lake/by-example/http-path-param/content.jsx +++ b/swan-lake/by-example/http-path-param/content.jsx @@ -67,7 +67,7 @@ export function HttpPathParam({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=78d529bfa9c950a298c267c88d27057f&file=http_path_param.bal", + "https://play.ballerina.io/?gist=885633a2a767c25db733f17ec87c9363&file=http_path_param.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-query-parameter/content.jsx b/swan-lake/by-example/http-query-parameter/content.jsx index 3623ad7c92c..affdf4db466 100644 --- a/swan-lake/by-example/http-query-parameter/content.jsx +++ b/swan-lake/by-example/http-query-parameter/content.jsx @@ -69,7 +69,7 @@ export function HttpQueryParameter({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2239f468e894bfb23ff47e05446dbf3c&file=http_query_parameter.bal", + "https://play.ballerina.io/?gist=068f0d56b88389b126ef68e6212fab03&file=http_query_parameter.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-request-interceptor/content.jsx b/swan-lake/by-example/http-request-interceptor/content.jsx index a30141f92ea..cffb69f67e2 100644 --- a/swan-lake/by-example/http-request-interceptor/content.jsx +++ b/swan-lake/by-example/http-request-interceptor/content.jsx @@ -54,7 +54,7 @@ listener http:Listener interceptorListener = new (9090); } service / on interceptorListener { - resource function get albums(http:Request req) returns Album[] { + resource function get albums() returns Album[] { return albums.toArray(); } } @@ -104,7 +104,7 @@ export function HttpRequestInterceptor({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e9a75db049df9a9e6c513a3564fec851&file=http_request_interceptor.bal", + "https://play.ballerina.io/?gist=a507c633917136442ca803bafcf1c52a&file=http_request_interceptor.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-request-response/content.jsx b/swan-lake/by-example/http-request-response/content.jsx index 18ec63399e4..08fe85375d0 100644 --- a/swan-lake/by-example/http-request-response/content.jsx +++ b/swan-lake/by-example/http-request-response/content.jsx @@ -72,7 +72,7 @@ export function HttpRequestResponse({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b3c28e3d429f90a78b159a9604c8dcaa&file=http_request_response.bal", + "https://play.ballerina.io/?gist=cf9e5c7b846fdf0ef96293383060e0b7&file=http_request_response.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-request-with-multiparts/content.jsx b/swan-lake/by-example/http-request-with-multiparts/content.jsx index 79e63160ff9..cafd617c547 100644 --- a/swan-lake/by-example/http-request-with-multiparts/content.jsx +++ b/swan-lake/by-example/http-request-with-multiparts/content.jsx @@ -129,7 +129,7 @@ export function HttpRequestWithMultiparts({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8591dbfceeea39f3a97712bd43039d92&file=http_request_with_multiparts.bal", + "https://play.ballerina.io/?gist=daa5e945a0ff361cdfe47f45e00f63f5&file=http_request_with_multiparts.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-response-interceptor/content.jsx b/swan-lake/by-example/http-response-interceptor/content.jsx index 09b1855c871..bbf662c2feb 100644 --- a/swan-lake/by-example/http-response-interceptor/content.jsx +++ b/swan-lake/by-example/http-response-interceptor/content.jsx @@ -94,7 +94,7 @@ export function HttpResponseInterceptor({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=76f521b0d75700e5dd54071a3039e618&file=http_response_interceptor.bal", + "https://play.ballerina.io/?gist=40a410fe123cd4b8a550bd1260ee762c&file=http_response_interceptor.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-response-with-multiparts/content.jsx b/swan-lake/by-example/http-response-with-multiparts/content.jsx index a7b436af7c6..aeedf6489a9 100644 --- a/swan-lake/by-example/http-response-with-multiparts/content.jsx +++ b/swan-lake/by-example/http-response-with-multiparts/content.jsx @@ -155,7 +155,7 @@ export function HttpResponseWithMultiparts({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2db3e2ebc291b47dd1715a34c4b6067e&file=http_response_with_multiparts.bal", + "https://play.ballerina.io/?gist=4424345fbf2fb5ecf3ce9d1549124d0f&file=http_response_with_multiparts.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-restrict-by-media-type/content.jsx b/swan-lake/by-example/http-restrict-by-media-type/content.jsx index 73e1209cafc..e6700812164 100644 --- a/swan-lake/by-example/http-restrict-by-media-type/content.jsx +++ b/swan-lake/by-example/http-restrict-by-media-type/content.jsx @@ -63,7 +63,7 @@ export function HttpRestrictByMediaType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d7d67a1431c9af68f13c1258b62c6a1e&file=http_restrict_by_media_type.bal", + "https://play.ballerina.io/?gist=b6bb8c14d04d65c13cd37e707edb08dd&file=http_restrict_by_media_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-retry/content.jsx b/swan-lake/by-example/http-retry/content.jsx index 1f5fe88de8c..483907b1f2f 100644 --- a/swan-lake/by-example/http-retry/content.jsx +++ b/swan-lake/by-example/http-retry/content.jsx @@ -64,7 +64,7 @@ export function HttpRetry({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ff6a326aaf93d7e5191ea2e2cfeeb9c0&file=http_retry.bal", + "https://play.ballerina.io/?gist=dfb9bdc48d89393ff5e257885130d0ef&file=http_retry.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-send-different-status-codes-with-payload/content.jsx b/swan-lake/by-example/http-send-different-status-codes-with-payload/content.jsx index 56b1c7f0e78..65812cd6e80 100644 --- a/swan-lake/by-example/http-send-different-status-codes-with-payload/content.jsx +++ b/swan-lake/by-example/http-send-different-status-codes-with-payload/content.jsx @@ -79,7 +79,7 @@ export function HttpSendDifferentStatusCodesWithPayload({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=fed8ba06e135d61858cf91023f821e2e&file=http_send_different_status_codes_with_payload.bal", + "https://play.ballerina.io/?gist=630258ed6a1dff25d8b5ccb651bad257&file=http_send_different_status_codes_with_payload.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-send-different-status-codes/content.jsx b/swan-lake/by-example/http-send-different-status-codes/content.jsx index 5476a215f31..ffc80958be0 100644 --- a/swan-lake/by-example/http-send-different-status-codes/content.jsx +++ b/swan-lake/by-example/http-send-different-status-codes/content.jsx @@ -67,7 +67,7 @@ export function HttpSendDifferentStatusCodes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=19e7b8b6ed6c0003ae0ce9203d4f25db&file=http_send_different_status_codes.bal", + "https://play.ballerina.io/?gist=b5811d4244f7d2cc3e655bf7d9b131c9&file=http_send_different_status_codes.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-send-header/content.jsx b/swan-lake/by-example/http-send-header/content.jsx index 678e428d6bc..6edfa8ce824 100644 --- a/swan-lake/by-example/http-send-header/content.jsx +++ b/swan-lake/by-example/http-send-header/content.jsx @@ -74,7 +74,7 @@ export function HttpSendHeader({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=57553e9ca7b0c90d6fce3ef217f2a20a&file=http_send_header.bal", + "https://play.ballerina.io/?gist=77d71dcb40c0157b44af65edb7b694b9&file=http_send_header.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-send-response/content.jsx b/swan-lake/by-example/http-send-response/content.jsx index 5a4dd84a8ab..65a5dbd49b9 100644 --- a/swan-lake/by-example/http-send-response/content.jsx +++ b/swan-lake/by-example/http-send-response/content.jsx @@ -67,7 +67,7 @@ export function HttpSendResponse({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b98cecec4f7e792fbed3f359e5098bd5&file=http_send_response.bal", + "https://play.ballerina.io/?gist=781cb1a8679130cde8d999ada960c24a&file=http_send_response.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-and-resource-paths/content.jsx b/swan-lake/by-example/http-service-and-resource-paths/content.jsx index f5cb78a11af..675b868d0ba 100644 --- a/swan-lake/by-example/http-service-and-resource-paths/content.jsx +++ b/swan-lake/by-example/http-service-and-resource-paths/content.jsx @@ -65,7 +65,7 @@ export function HttpServiceAndResourcePaths({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2a72bfac991b4b96bd8473644d54c1d4&file=http_service_and_resource_paths.bal", + "https://play.ballerina.io/?gist=0efcc884225a423eebcb996251cd718e&file=http_service_and_resource_paths.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-cache-response/content.jsx b/swan-lake/by-example/http-service-cache-response/content.jsx index f842637e55e..42f0ca9351a 100644 --- a/swan-lake/by-example/http-service-cache-response/content.jsx +++ b/swan-lake/by-example/http-service-cache-response/content.jsx @@ -65,7 +65,7 @@ export function HttpServiceCacheResponse({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9fbc605828e11f76058c6dae25b9cce9&file=http_service_cache_response.bal", + "https://play.ballerina.io/?gist=cea53d5b43046d1b5fa58f9a10584f3c&file=http_service_cache_response.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-chunking/content.jsx b/swan-lake/by-example/http-service-chunking/content.jsx index e9c9600a8ae..597dab80f11 100644 --- a/swan-lake/by-example/http-service-chunking/content.jsx +++ b/swan-lake/by-example/http-service-chunking/content.jsx @@ -65,7 +65,7 @@ export function HttpServiceChunking({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e534ff8aee98c67c63d2efbee57bd7a7&file=http_service_chunking.bal", + "https://play.ballerina.io/?gist=473dec638042de5556b793b507c2b16f&file=http_service_chunking.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-data-binding/content.jsx b/swan-lake/by-example/http-service-data-binding/content.jsx index 2211dba541e..387af40c859 100644 --- a/swan-lake/by-example/http-service-data-binding/content.jsx +++ b/swan-lake/by-example/http-service-data-binding/content.jsx @@ -66,7 +66,7 @@ export function HttpServiceDataBinding({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=bbc67de3edbbb8bc3684b671ae5d7a5c&file=http_service_data_binding.bal", + "https://play.ballerina.io/?gist=579bf824ebb552214bcf5a85ebf0bff1&file=http_service_data_binding.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-file-upload/content.jsx b/swan-lake/by-example/http-service-file-upload/content.jsx index 06e8e3b4464..77fbb7b4a5b 100644 --- a/swan-lake/by-example/http-service-file-upload/content.jsx +++ b/swan-lake/by-example/http-service-file-upload/content.jsx @@ -52,7 +52,7 @@ export function HttpServiceFileUpload({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=32e9d5237602aec988325ead31909de2&file=http_service_file_upload.bal", + "https://play.ballerina.io/?gist=df4dd9c499c764780daca56e8b7ca411&file=http_service_file_upload.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-payload-constraint-validation/content.jsx b/swan-lake/by-example/http-service-payload-constraint-validation/content.jsx index 119eb3eeaf8..7b5c02f1a16 100644 --- a/swan-lake/by-example/http-service-payload-constraint-validation/content.jsx +++ b/swan-lake/by-example/http-service-payload-constraint-validation/content.jsx @@ -67,7 +67,7 @@ export function HttpServicePayloadConstraintValidation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7844f97ff59df1536308154e711c3089&file=http_service_payload_constraint_validation.bal", + "https://play.ballerina.io/?gist=b40dec53e4d1c063a2c6c6fd84d6cabd&file=http_service_payload_constraint_validation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-service-redirects/content.jsx b/swan-lake/by-example/http-service-redirects/content.jsx index 879be657155..d6d80ffe07b 100644 --- a/swan-lake/by-example/http-service-redirects/content.jsx +++ b/swan-lake/by-example/http-service-redirects/content.jsx @@ -54,7 +54,7 @@ export function HttpServiceRedirects({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a7dec75c3f1177a1dfa83031eb8b3434&file=http_service_redirects.bal", + "https://play.ballerina.io/?gist=fa9446bd9a7eba77110c69b19281f2fd&file=http_service_redirects.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-timeout/content.jsx b/swan-lake/by-example/http-timeout/content.jsx index c77d1296e97..55abe7252ec 100644 --- a/swan-lake/by-example/http-timeout/content.jsx +++ b/swan-lake/by-example/http-timeout/content.jsx @@ -52,7 +52,7 @@ export function HttpTimeout({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=267c499e61df786a6c801098630dafee&file=http_timeout.bal", + "https://play.ballerina.io/?gist=a5735ebe92109d04668127a60905624b&file=http_timeout.bal", "_blank" ); }} diff --git a/swan-lake/by-example/http-trace-logs/content.jsx b/swan-lake/by-example/http-trace-logs/content.jsx index 3f04650de97..6e925b76062 100644 --- a/swan-lake/by-example/http-trace-logs/content.jsx +++ b/swan-lake/by-example/http-trace-logs/content.jsx @@ -65,7 +65,7 @@ export function HttpTraceLogs({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2c5736b536f7a4b79420a3b6bcfcc39c&file=http_trace_logs.bal", + "https://play.ballerina.io/?gist=db97ab0b83c7143781af8f13d2151aa6&file=http_trace_logs.bal", "_blank" ); }} @@ -388,7 +388,7 @@ export function HttpTraceLogs({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8c4e76102e0c24ad5d31ce84018debb9&file=Config.toml", + "https://play.ballerina.io/?gist=2dd45f1f0d7be6c18fac167eedab6c4d&file=Config.toml", "_blank" ); }} diff --git a/swan-lake/by-example/identifiers/content.jsx b/swan-lake/by-example/identifiers/content.jsx index b8516bd583d..a2355c8240e 100644 --- a/swan-lake/by-example/identifiers/content.jsx +++ b/swan-lake/by-example/identifiers/content.jsx @@ -48,7 +48,7 @@ export function Identifiers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=67c3c19ca19d7d99826871c2bbea971e&file=identifiers.bal", + "https://play.ballerina.io/?gist=98772b1310c69a26d17809d676b4b999&file=identifiers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/identity/content.jsx b/swan-lake/by-example/identity/content.jsx index 731942fa243..8d07025fe71 100644 --- a/swan-lake/by-example/identity/content.jsx +++ b/swan-lake/by-example/identity/content.jsx @@ -75,7 +75,7 @@ export function Identity({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9c73ea09497de55d79afe20b196fcd09&file=identity.bal", + "https://play.ballerina.io/?gist=b14d1919cb7e7d810251284aad2745a5&file=identity.bal", "_blank" ); }} diff --git a/swan-lake/by-example/if-statement/content.jsx b/swan-lake/by-example/if-statement/content.jsx index b205b19546b..23ed6df7292 100644 --- a/swan-lake/by-example/if-statement/content.jsx +++ b/swan-lake/by-example/if-statement/content.jsx @@ -73,7 +73,7 @@ export function IfStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c8d3050fc95e6b757375c9482de6c4b6&file=if_statement.bal", + "https://play.ballerina.io/?gist=b157ff194ce933df0b98d3a8005eb29c&file=if_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/ignoring-return-values-and-errors/content.jsx b/swan-lake/by-example/ignoring-return-values-and-errors/content.jsx index 0b2a6142502..219360564cb 100644 --- a/swan-lake/by-example/ignoring-return-values-and-errors/content.jsx +++ b/swan-lake/by-example/ignoring-return-values-and-errors/content.jsx @@ -74,7 +74,7 @@ export function IgnoringReturnValuesAndErrors({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5971d65d14f278359ce040d769c06d43&file=ignoring_return_values_and_errors.bal", + "https://play.ballerina.io/?gist=114796825b4ac34c6b3078d5ce6710c9&file=ignoring_return_values_and_errors.bal", "_blank" ); }} diff --git a/swan-lake/by-example/included-record-parameters/content.jsx b/swan-lake/by-example/included-record-parameters/content.jsx index 902e5d9a4f9..5b409b3779c 100644 --- a/swan-lake/by-example/included-record-parameters/content.jsx +++ b/swan-lake/by-example/included-record-parameters/content.jsx @@ -59,7 +59,7 @@ export function IncludedRecordParameters({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=52e6f0b20c43138926619909d83fd61b&file=included_record_parameters.bal", + "https://play.ballerina.io/?gist=caeaa51e86b4c05b52f9b438fb3ab3db&file=included_record_parameters.bal", "_blank" ); }} diff --git a/swan-lake/by-example/inferring-isolated/content.jsx b/swan-lake/by-example/inferring-isolated/content.jsx index fea47f94438..dd1addfd7e1 100644 --- a/swan-lake/by-example/inferring-isolated/content.jsx +++ b/swan-lake/by-example/inferring-isolated/content.jsx @@ -85,7 +85,7 @@ export function InferringIsolated({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6c831ab5daa2a27c9ac135c05d73ae07&file=inferring_isolated.bal", + "https://play.ballerina.io/?gist=7ab56d038d8203749c7ed75223641ef3&file=inferring_isolated.bal", "_blank" ); }} diff --git a/swan-lake/by-example/init-function/content.jsx b/swan-lake/by-example/init-function/content.jsx index 505c6160efb..1e4112f24e2 100644 --- a/swan-lake/by-example/init-function/content.jsx +++ b/swan-lake/by-example/init-function/content.jsx @@ -67,7 +67,7 @@ export function InitFunction({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2745da4aa5a88107bb48c53b007b6b66&file=init_function.bal", + "https://play.ballerina.io/?gist=84332316cb9e62ba089af69bed0c53fc&file=init_function.bal", "_blank" ); }} diff --git a/swan-lake/by-example/init-return-type/content.jsx b/swan-lake/by-example/init-return-type/content.jsx index 8c0259a8fa9..46354d9811f 100644 --- a/swan-lake/by-example/init-return-type/content.jsx +++ b/swan-lake/by-example/init-return-type/content.jsx @@ -63,7 +63,7 @@ export function InitReturnType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7ba73e5713c9b27c023f6fc134870e12&file=init_return_type.bal", + "https://play.ballerina.io/?gist=d7265a9601e134153a29399f4de82a2e&file=init_return_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/int-range/content.jsx b/swan-lake/by-example/int-range/content.jsx index 288209ef83a..7cc2aa7fc4d 100644 --- a/swan-lake/by-example/int-range/content.jsx +++ b/swan-lake/by-example/int-range/content.jsx @@ -60,7 +60,7 @@ export function IntRange({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e08c38de5b8220712ddc828ca8035c27&file=int_range.bal", + "https://play.ballerina.io/?gist=6066176b76f8a1875196cd9f1b3cb769&file=int_range.bal", "_blank" ); }} diff --git a/swan-lake/by-example/integers/content.jsx b/swan-lake/by-example/integers/content.jsx index 4c179b02947..e505ff8fd47 100644 --- a/swan-lake/by-example/integers/content.jsx +++ b/swan-lake/by-example/integers/content.jsx @@ -50,7 +50,7 @@ export function Integers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5ef46fb532f7372e471b85dd76613261&file=integers.bal", + "https://play.ballerina.io/?gist=de7f12392fa64a385dccbd66d63f34f4&file=integers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/inter-worker-failure-propagation/content.jsx b/swan-lake/by-example/inter-worker-failure-propagation/content.jsx index b3b7fc4f557..33395a9f5d7 100644 --- a/swan-lake/by-example/inter-worker-failure-propagation/content.jsx +++ b/swan-lake/by-example/inter-worker-failure-propagation/content.jsx @@ -75,7 +75,7 @@ export function InterWorkerFailurePropagation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f458db0ed65aaf251507207fd7aa2c06&file=inter_worker_failure_propagation.bal", + "https://play.ballerina.io/?gist=c3ec2ea5b560e90b14d7db4e929f7b1e&file=inter_worker_failure_propagation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/inter-worker-message-passing/content.jsx b/swan-lake/by-example/inter-worker-message-passing/content.jsx index d4e66778279..ed6f099d76b 100644 --- a/swan-lake/by-example/inter-worker-message-passing/content.jsx +++ b/swan-lake/by-example/inter-worker-message-passing/content.jsx @@ -72,7 +72,7 @@ export function InterWorkerMessagePassing({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=cc2a0cb9c87f636f4ce69d465f648c3d&file=inter_worker_message_passing.bal", + "https://play.ballerina.io/?gist=49babf2f54de83dbc8d5a5c7771d9e8f&file=inter_worker_message_passing.bal", "_blank" ); }} diff --git a/swan-lake/by-example/interface-to-external-code/content.jsx b/swan-lake/by-example/interface-to-external-code/content.jsx index 411a408e118..8c989e3a9d9 100644 --- a/swan-lake/by-example/interface-to-external-code/content.jsx +++ b/swan-lake/by-example/interface-to-external-code/content.jsx @@ -64,7 +64,7 @@ export function InterfaceToExternalCode({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a72013b8009923d20f58f05142a89aa6&file=interface_to_external_code.bal", + "https://play.ballerina.io/?gist=d9f458aff4c2d32233b10cc5b892363a&file=interface_to_external_code.bal", "_blank" ); }} diff --git a/swan-lake/by-example/io-csv-datamapping/content.jsx b/swan-lake/by-example/io-csv-datamapping/content.jsx index e4e5d56957f..42fb5a73268 100644 --- a/swan-lake/by-example/io-csv-datamapping/content.jsx +++ b/swan-lake/by-example/io-csv-datamapping/content.jsx @@ -82,7 +82,7 @@ export function IoCsvDatamapping({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a7da548041232d7ea672ebe6ac7443fc&file=io_csv_datamapping.bal", + "https://play.ballerina.io/?gist=f4ecd2200173df93430549f2493c2fd3&file=io_csv_datamapping.bal", "_blank" ); }} diff --git a/swan-lake/by-example/io-csv/content.jsx b/swan-lake/by-example/io-csv/content.jsx index 09452002882..7c3c425c3a1 100644 --- a/swan-lake/by-example/io-csv/content.jsx +++ b/swan-lake/by-example/io-csv/content.jsx @@ -68,7 +68,7 @@ export function IoCsv({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6513279b5ce747ccbc438341b205fc70&file=io_csv.bal", + "https://play.ballerina.io/?gist=881b4f171f1237c73a10604c20aff425&file=io_csv.bal", "_blank" ); }} diff --git a/swan-lake/by-example/io-json/content.jsx b/swan-lake/by-example/io-json/content.jsx index 946d6f5261c..536c52ebdbb 100644 --- a/swan-lake/by-example/io-json/content.jsx +++ b/swan-lake/by-example/io-json/content.jsx @@ -65,7 +65,7 @@ export function IoJson({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6f438f600d7f2a9be344d30bf24c9190&file=io_json.bal", + "https://play.ballerina.io/?gist=8ef94be0efa954c27674f7fc631da726&file=io_json.bal", "_blank" ); }} diff --git a/swan-lake/by-example/io-strings/content.jsx b/swan-lake/by-example/io-strings/content.jsx index 72e19ae260a..f9189a1745b 100644 --- a/swan-lake/by-example/io-strings/content.jsx +++ b/swan-lake/by-example/io-strings/content.jsx @@ -78,7 +78,7 @@ export function IoStrings({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=1dbd90dad946b687fa6fc33c55fa4a22&file=io_strings.bal", + "https://play.ballerina.io/?gist=fad63c0a1dc291d6e95e1c39acf396b7&file=io_strings.bal", "_blank" ); }} diff --git a/swan-lake/by-example/io-xml/content.jsx b/swan-lake/by-example/io-xml/content.jsx index c76f211d8fd..d36ee821a3b 100644 --- a/swan-lake/by-example/io-xml/content.jsx +++ b/swan-lake/by-example/io-xml/content.jsx @@ -57,7 +57,7 @@ export function IoXml({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=4cf7f69d0e874358c843ff34525a825d&file=io_xml.bal", + "https://play.ballerina.io/?gist=2176a1847d337d249f5380b58c632471&file=io_xml.bal", "_blank" ); }} diff --git a/swan-lake/by-example/isolated-functions/content.jsx b/swan-lake/by-example/isolated-functions/content.jsx index 2e60851468f..052d7b81ba8 100644 --- a/swan-lake/by-example/isolated-functions/content.jsx +++ b/swan-lake/by-example/isolated-functions/content.jsx @@ -98,7 +98,7 @@ export function IsolatedFunctions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=10e992cf80107630612188754e3ed860&file=isolated_functions.bal", + "https://play.ballerina.io/?gist=e067a358b72505129e8c0168fa53d4cb&file=isolated_functions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/isolated-methods/content.jsx b/swan-lake/by-example/isolated-methods/content.jsx index f268ee98561..8ee41bd06d6 100644 --- a/swan-lake/by-example/isolated-methods/content.jsx +++ b/swan-lake/by-example/isolated-methods/content.jsx @@ -76,7 +76,7 @@ export function IsolatedMethods({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=21b6962806dccf7385825e21a46a5fea&file=isolated_methods.bal", + "https://play.ballerina.io/?gist=036763bd8cbd434f4c71f1656f8ba72c&file=isolated_methods.bal", "_blank" ); }} diff --git a/swan-lake/by-example/isolated-objects/content.jsx b/swan-lake/by-example/isolated-objects/content.jsx index 4898c486576..fdee8332cc9 100644 --- a/swan-lake/by-example/isolated-objects/content.jsx +++ b/swan-lake/by-example/isolated-objects/content.jsx @@ -116,7 +116,7 @@ export function IsolatedObjects({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=430ea080982968ee1deb10a7a0daab4f&file=isolated_objects.bal", + "https://play.ballerina.io/?gist=b795b85e7f13edbdfb5324d13bb9a7cc&file=isolated_objects.bal", "_blank" ); }} diff --git a/swan-lake/by-example/isolated-variables/content.jsx b/swan-lake/by-example/isolated-variables/content.jsx index ffb8d674633..c90b53c4c27 100644 --- a/swan-lake/by-example/isolated-variables/content.jsx +++ b/swan-lake/by-example/isolated-variables/content.jsx @@ -97,7 +97,7 @@ export function IsolatedVariables({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=07e9ae36c0961a7b922554b6d32ed564&file=isolated_variables.bal", + "https://play.ballerina.io/?gist=4f9a3e04e85fbed4ec155e94156919f0&file=isolated_variables.bal", "_blank" ); }} diff --git a/swan-lake/by-example/iterating-over-xml-with-query/content.jsx b/swan-lake/by-example/iterating-over-xml-with-query/content.jsx index c02050bc97e..729cacdb4c4 100644 --- a/swan-lake/by-example/iterating-over-xml-with-query/content.jsx +++ b/swan-lake/by-example/iterating-over-xml-with-query/content.jsx @@ -68,7 +68,7 @@ export function IteratingOverXmlWithQuery({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2d28a68d1180414ae546e7b65bd5bc94&file=iterating_over_xml_with_query.bal", + "https://play.ballerina.io/?gist=47febf28925fb978b7b1e4ec1ae34f7a&file=iterating_over_xml_with_query.bal", "_blank" ); }} diff --git a/swan-lake/by-example/iterative-use-of-typed-binding/content.jsx b/swan-lake/by-example/iterative-use-of-typed-binding/content.jsx index faa177827a7..c09d00a0a45 100644 --- a/swan-lake/by-example/iterative-use-of-typed-binding/content.jsx +++ b/swan-lake/by-example/iterative-use-of-typed-binding/content.jsx @@ -78,7 +78,7 @@ export function IterativeUseOfTypedBinding({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=cf05d69504122fa44c4e0c00ffaf6d70&file=iterative_use_of_typed_binding.bal", + "https://play.ballerina.io/?gist=c081c346adaf98b0714ef71e247d19ee&file=iterative_use_of_typed_binding.bal", "_blank" ); }} diff --git a/swan-lake/by-example/joining-iterable-objects/content.jsx b/swan-lake/by-example/joining-iterable-objects/content.jsx index f433a00553d..a7d57891733 100644 --- a/swan-lake/by-example/joining-iterable-objects/content.jsx +++ b/swan-lake/by-example/joining-iterable-objects/content.jsx @@ -84,7 +84,7 @@ export function JoiningIterableObjects({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8a5725d977dfa4787da165e8fff66f8b&file=joining_iterable_objects.bal", + "https://play.ballerina.io/?gist=3bbf6ca1a739a9a8a905be4c601ebcf4&file=joining_iterable_objects.bal", "_blank" ); }} diff --git a/swan-lake/by-example/json-numbers/content.jsx b/swan-lake/by-example/json-numbers/content.jsx index 52151c4f324..0fe3484ce05 100644 --- a/swan-lake/by-example/json-numbers/content.jsx +++ b/swan-lake/by-example/json-numbers/content.jsx @@ -81,7 +81,7 @@ export function JsonNumbers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e4e4aee4058d485c3135e6d4f27e1daf&file=json_numbers.bal", + "https://play.ballerina.io/?gist=4ab129b76b83ed5ed2cd376d21993140&file=json_numbers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/json-type/content.jsx b/swan-lake/by-example/json-type/content.jsx index 951509cde4a..36591c54023 100644 --- a/swan-lake/by-example/json-type/content.jsx +++ b/swan-lake/by-example/json-type/content.jsx @@ -88,7 +88,7 @@ export function JsonType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=21d7520249bbab62b2b3880f5b90c78c&file=json_type.bal", + "https://play.ballerina.io/?gist=d6fc469e49642ecb4d514007480084c6&file=json_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/langlib-functions/content.jsx b/swan-lake/by-example/langlib-functions/content.jsx index 94ccf8a6f85..f3140d9d7ff 100644 --- a/swan-lake/by-example/langlib-functions/content.jsx +++ b/swan-lake/by-example/langlib-functions/content.jsx @@ -89,7 +89,7 @@ export function LanglibFunctions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=39978887ec1abb5008e68e66b1f0487f&file=langlib_functions.bal", + "https://play.ballerina.io/?gist=a7e46024b214f82fbf35b87442fb54ee&file=langlib_functions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/let-clause/content.jsx b/swan-lake/by-example/let-clause/content.jsx index c417b6eb3d0..8153a19bb6f 100644 --- a/swan-lake/by-example/let-clause/content.jsx +++ b/swan-lake/by-example/let-clause/content.jsx @@ -71,7 +71,7 @@ export function LetClause({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2e2297e2e6a82a54a577c1b654a7164e&file=let_clause.bal", + "https://play.ballerina.io/?gist=d86cdcd7ae3fbfc35008cbd6ffa5ed89&file=let_clause.bal", "_blank" ); }} diff --git a/swan-lake/by-example/limit-clause/content.jsx b/swan-lake/by-example/limit-clause/content.jsx index 4a6e6d349d3..09cac449615 100644 --- a/swan-lake/by-example/limit-clause/content.jsx +++ b/swan-lake/by-example/limit-clause/content.jsx @@ -63,7 +63,7 @@ export function LimitClause({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=897aa7489674d3f2e7bf10c2827b5464&file=limit_clause.bal", + "https://play.ballerina.io/?gist=f81254b2e8deaa93002fff4e267e94a0&file=limit_clause.bal", "_blank" ); }} diff --git a/swan-lake/by-example/list-binding-pattern-in-match-statement/content.jsx b/swan-lake/by-example/list-binding-pattern-in-match-statement/content.jsx index 13627858fb5..7dc077150c8 100644 --- a/swan-lake/by-example/list-binding-pattern-in-match-statement/content.jsx +++ b/swan-lake/by-example/list-binding-pattern-in-match-statement/content.jsx @@ -65,7 +65,7 @@ export function ListBindingPatternInMatchStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9d6bac6d1f1d0763b2a81c83fe136544&file=list_binding_pattern_in_match_statement.bal", + "https://play.ballerina.io/?gist=e3343b38886d6627219c531d46a29e31&file=list_binding_pattern_in_match_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/list-binding-pattern/content.jsx b/swan-lake/by-example/list-binding-pattern/content.jsx index 0d7a787b9f7..d37d8edea23 100644 --- a/swan-lake/by-example/list-binding-pattern/content.jsx +++ b/swan-lake/by-example/list-binding-pattern/content.jsx @@ -52,7 +52,7 @@ export function ListBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b82e1389076b90d5d2554af615fd45c4&file=list_binding_pattern.bal", + "https://play.ballerina.io/?gist=67e0430afc038e9879a85695e88962d6&file=list_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/list-equality/content.jsx b/swan-lake/by-example/list-equality/content.jsx index 06ace6d1d99..1c7d8fcff3c 100644 --- a/swan-lake/by-example/list-equality/content.jsx +++ b/swan-lake/by-example/list-equality/content.jsx @@ -72,7 +72,7 @@ export function ListEquality({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b3501a6c4305a531a65a09d6b71d0027&file=list_equality.bal", + "https://play.ballerina.io/?gist=79e8ec9e2ef21ad4c3290cc61369cf0b&file=list_equality.bal", "_blank" ); }} diff --git a/swan-lake/by-example/list-subtyping/content.jsx b/swan-lake/by-example/list-subtyping/content.jsx index 72882ef08e9..91a7da50aa4 100644 --- a/swan-lake/by-example/list-subtyping/content.jsx +++ b/swan-lake/by-example/list-subtyping/content.jsx @@ -65,7 +65,7 @@ export function ListSubtyping({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=490cb12ff09c5e00183dddf90604137d&file=list_subtyping.bal", + "https://play.ballerina.io/?gist=2be6baf36e9eed636d337c539ab86a68&file=list_subtyping.bal", "_blank" ); }} diff --git a/swan-lake/by-example/lock-statement/content.jsx b/swan-lake/by-example/lock-statement/content.jsx index 9b195a82502..1314e704115 100644 --- a/swan-lake/by-example/lock-statement/content.jsx +++ b/swan-lake/by-example/lock-statement/content.jsx @@ -55,7 +55,7 @@ export function LockStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=4fb85636a92f544f93c92752e8ece85e&file=lock_statement.bal", + "https://play.ballerina.io/?gist=3fed9276256128eb3dc8a26788d24cdc&file=lock_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/logging-with-context/content.jsx b/swan-lake/by-example/logging-with-context/content.jsx index 943ebb29a7c..6d7794dab47 100644 --- a/swan-lake/by-example/logging-with-context/content.jsx +++ b/swan-lake/by-example/logging-with-context/content.jsx @@ -59,7 +59,7 @@ export function LoggingWithContext({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c5af42eefb9bf9bef6a7df2340ec6fcf&file=logging_with_context.bal", + "https://play.ballerina.io/?gist=f58f14765e62ab495a02affdad929663&file=logging_with_context.bal", "_blank" ); }} diff --git a/swan-lake/by-example/logging/content.jsx b/swan-lake/by-example/logging/content.jsx index 1e41871c948..0745bd2ff9f 100644 --- a/swan-lake/by-example/logging/content.jsx +++ b/swan-lake/by-example/logging/content.jsx @@ -61,7 +61,7 @@ export function Logging({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=332f95b40cbfa006455a7808e6fe84d9&file=logging.bal", + "https://play.ballerina.io/?gist=636841483ec946d05df4d0ba0117eeaa&file=logging.bal", "_blank" ); }} diff --git a/swan-lake/by-example/manage-scheduled-jobs/content.jsx b/swan-lake/by-example/manage-scheduled-jobs/content.jsx index 92fd0befba4..93d6f728b3e 100644 --- a/swan-lake/by-example/manage-scheduled-jobs/content.jsx +++ b/swan-lake/by-example/manage-scheduled-jobs/content.jsx @@ -112,7 +112,7 @@ export function ManageScheduledJobs({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=36f0c9ebfd4dcf9a8af83760fa1b3c03&file=manage_scheduled_jobs.bal", + "https://play.ballerina.io/?gist=715ffad2a4ec16f52c12461b71f6c705&file=manage_scheduled_jobs.bal", "_blank" ); }} diff --git a/swan-lake/by-example/mapping-binding-pattern-in-match-statement/content.jsx b/swan-lake/by-example/mapping-binding-pattern-in-match-statement/content.jsx index 47652ed6922..89fbd473e48 100644 --- a/swan-lake/by-example/mapping-binding-pattern-in-match-statement/content.jsx +++ b/swan-lake/by-example/mapping-binding-pattern-in-match-statement/content.jsx @@ -91,7 +91,7 @@ export function MappingBindingPatternInMatchStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=98166dba20b5a484ae1017fe6a8c6319&file=mapping_binding_pattern_in_match_statement.bal", + "https://play.ballerina.io/?gist=2e9960a4c9e7ced78109135ef0825123&file=mapping_binding_pattern_in_match_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/mapping-binding-pattern/content.jsx b/swan-lake/by-example/mapping-binding-pattern/content.jsx index 87c825b6ae3..22c44320b0d 100644 --- a/swan-lake/by-example/mapping-binding-pattern/content.jsx +++ b/swan-lake/by-example/mapping-binding-pattern/content.jsx @@ -79,7 +79,7 @@ export function MappingBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0dec495d9b343979cd42b3cf08b2b268&file=mapping_binding_pattern.bal", + "https://play.ballerina.io/?gist=2001a0d135b880c51c6f1bb25c79b25b&file=mapping_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/maps/content.jsx b/swan-lake/by-example/maps/content.jsx index a2eadaaf545..814156329a3 100644 --- a/swan-lake/by-example/maps/content.jsx +++ b/swan-lake/by-example/maps/content.jsx @@ -74,7 +74,7 @@ export function Maps({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=620e73f25b1c97e79716b52d7e044f1d&file=maps.bal", + "https://play.ballerina.io/?gist=89678936a963535c04b6e47c7fe23647&file=maps.bal", "_blank" ); }} diff --git a/swan-lake/by-example/match-guard-in-match-statement/content.jsx b/swan-lake/by-example/match-guard-in-match-statement/content.jsx index 19912410d27..743980b30a4 100644 --- a/swan-lake/by-example/match-guard-in-match-statement/content.jsx +++ b/swan-lake/by-example/match-guard-in-match-statement/content.jsx @@ -82,7 +82,7 @@ export function MatchGuardInMatchStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0ebfd00ec53bfc3e1b5384b5e2897750&file=match_guard_in_match_statement.bal", + "https://play.ballerina.io/?gist=e4b73aaaae9efc58a11bd48359f6cea7&file=match_guard_in_match_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/match-statement-with-maps/content.jsx b/swan-lake/by-example/match-statement-with-maps/content.jsx index 67415da70c9..3a98df8cece 100644 --- a/swan-lake/by-example/match-statement-with-maps/content.jsx +++ b/swan-lake/by-example/match-statement-with-maps/content.jsx @@ -61,7 +61,7 @@ export function MatchStatementWithMaps({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=cdf42b18167e3b5eb40632d687bf7fb8&file=match_statement_with_maps.bal", + "https://play.ballerina.io/?gist=bb9f439dd95ee45593ff3afefa108f4f&file=match_statement_with_maps.bal", "_blank" ); }} diff --git a/swan-lake/by-example/match-statement/content.jsx b/swan-lake/by-example/match-statement/content.jsx index 5cf4972e8b3..761b7ff0d46 100644 --- a/swan-lake/by-example/match-statement/content.jsx +++ b/swan-lake/by-example/match-statement/content.jsx @@ -81,7 +81,7 @@ export function MatchStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a09026306249376f48320908e60df094&file=match_statement.bal", + "https://play.ballerina.io/?gist=52b5ef3dab31511ab692a14f23042a6b&file=match_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/module-lifecycle/content.jsx b/swan-lake/by-example/module-lifecycle/content.jsx index 7d180d71123..7e69853add6 100644 --- a/swan-lake/by-example/module-lifecycle/content.jsx +++ b/swan-lake/by-example/module-lifecycle/content.jsx @@ -60,7 +60,7 @@ export function ModuleLifecycle({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b439bfb453256e4b069c9a9f61afd99d&file=module_lifecycle.bal", + "https://play.ballerina.io/?gist=ff0a5afedc164acdfbd64cd6fa3d5da0&file=module_lifecycle.bal", "_blank" ); }} diff --git a/swan-lake/by-example/multiple-key-fields/content.jsx b/swan-lake/by-example/multiple-key-fields/content.jsx index 2296128a5c7..5641461c1ab 100644 --- a/swan-lake/by-example/multiple-key-fields/content.jsx +++ b/swan-lake/by-example/multiple-key-fields/content.jsx @@ -65,7 +65,7 @@ export function MultipleKeyFields({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=cd779ac9523750005a7cf9860b327f32&file=multiple_key_fields.bal", + "https://play.ballerina.io/?gist=54c524b143f89656dca14d911e489087&file=multiple_key_fields.bal", "_blank" ); }} diff --git a/swan-lake/by-example/multiple-wait/content.jsx b/swan-lake/by-example/multiple-wait/content.jsx index 39526445681..4ed20a32942 100644 --- a/swan-lake/by-example/multiple-wait/content.jsx +++ b/swan-lake/by-example/multiple-wait/content.jsx @@ -67,7 +67,7 @@ export function MultipleWait({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3392a05047a1d9ecc0a2238424362620&file=multiple_wait.bal", + "https://play.ballerina.io/?gist=a12680e826441a4ef698a537ea7262a1&file=multiple_wait.bal", "_blank" ); }} diff --git a/swan-lake/by-example/named-worker-return-values/content.jsx b/swan-lake/by-example/named-worker-return-values/content.jsx index a89f47da12e..fc09d6621d6 100644 --- a/swan-lake/by-example/named-worker-return-values/content.jsx +++ b/swan-lake/by-example/named-worker-return-values/content.jsx @@ -70,7 +70,7 @@ export function NamedWorkerReturnValues({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d0cd2770bc44a9a136c1f90c091621cc&file=named_worker_return_values.bal", + "https://play.ballerina.io/?gist=75c942cf78649a83c58c4508d4a08c2e&file=named_worker_return_values.bal", "_blank" ); }} diff --git a/swan-lake/by-example/named-workers-and-futures/content.jsx b/swan-lake/by-example/named-workers-and-futures/content.jsx index 93bee06be59..717ce0e5552 100644 --- a/swan-lake/by-example/named-workers-and-futures/content.jsx +++ b/swan-lake/by-example/named-workers-and-futures/content.jsx @@ -66,7 +66,7 @@ export function NamedWorkersAndFutures({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5a4f92ba309b3a2f50958ff22ed6dc5c&file=named_workers_and_futures.bal", + "https://play.ballerina.io/?gist=dcff8e70fd5cae78e6f4b5d0cbea3867&file=named_workers_and_futures.bal", "_blank" ); }} diff --git a/swan-lake/by-example/named-workers/content.jsx b/swan-lake/by-example/named-workers/content.jsx index 0f5288170a4..c44a556a515 100644 --- a/swan-lake/by-example/named-workers/content.jsx +++ b/swan-lake/by-example/named-workers/content.jsx @@ -64,7 +64,7 @@ export function NamedWorkers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=707fde786e650f4ec7c14c9d63915fee&file=named_workers.bal", + "https://play.ballerina.io/?gist=8b103238899a87801796cfd690cd3bc6&file=named_workers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/nested-arrays/content.jsx b/swan-lake/by-example/nested-arrays/content.jsx index 73bee76ee76..66082e4f9f8 100644 --- a/swan-lake/by-example/nested-arrays/content.jsx +++ b/swan-lake/by-example/nested-arrays/content.jsx @@ -66,7 +66,7 @@ export function NestedArrays({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=4c67ef7ffc99654096f3b64330c03482&file=nested_arrays.bal", + "https://play.ballerina.io/?gist=25b5d3255ad95a10f7a0728239f0e74c&file=nested_arrays.bal", "_blank" ); }} diff --git a/swan-lake/by-example/nested-query-expressions/content.jsx b/swan-lake/by-example/nested-query-expressions/content.jsx index d1ec25ad641..6ecd9683f6d 100644 --- a/swan-lake/by-example/nested-query-expressions/content.jsx +++ b/swan-lake/by-example/nested-query-expressions/content.jsx @@ -54,7 +54,7 @@ export function NestedQueryExpressions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=cb024c9ebdc984ffe7a2cab829829a14&file=nested_query_expressions.bal", + "https://play.ballerina.io/?gist=712cb95e0b4dac2e420e4bcfa05770b5&file=nested_query_expressions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/never-type/content.jsx b/swan-lake/by-example/never-type/content.jsx index d6f054dcffa..24953462c25 100644 --- a/swan-lake/by-example/never-type/content.jsx +++ b/swan-lake/by-example/never-type/content.jsx @@ -75,7 +75,7 @@ export function NeverType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=755a65018f8572875c25e4f461a45f0a&file=never_type.bal", + "https://play.ballerina.io/?gist=8918293161a418091e78f75d4bf52da9&file=never_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/nil/content.jsx b/swan-lake/by-example/nil/content.jsx index 58f9a9d96b3..71c0f0f6272 100644 --- a/swan-lake/by-example/nil/content.jsx +++ b/swan-lake/by-example/nil/content.jsx @@ -58,7 +58,7 @@ export function Nil({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b4e0765b86d79f245e7c7a7c743a178e&file=nil.bal", + "https://play.ballerina.io/?gist=7d0a51fd2dd630c504b25f549a245289&file=nil.bal", "_blank" ); }} diff --git a/swan-lake/by-example/object-closure/content.jsx b/swan-lake/by-example/object-closure/content.jsx index 546739e52d2..29152f0e943 100644 --- a/swan-lake/by-example/object-closure/content.jsx +++ b/swan-lake/by-example/object-closure/content.jsx @@ -55,7 +55,7 @@ export function ObjectClosure({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c3bcb05934aefe36ec999526a46b3bab&file=object_closure.bal", + "https://play.ballerina.io/?gist=24f4c159a0d6dd0af00ab05e5070ede3&file=object_closure.bal", "_blank" ); }} diff --git a/swan-lake/by-example/object-constructor/content.jsx b/swan-lake/by-example/object-constructor/content.jsx index 37d2034ebbf..1d9f2f41edd 100644 --- a/swan-lake/by-example/object-constructor/content.jsx +++ b/swan-lake/by-example/object-constructor/content.jsx @@ -62,7 +62,7 @@ export function ObjectConstructor({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=fa3aac8c603e4552a8154f4e308c5406&file=object_constructor.bal", + "https://play.ballerina.io/?gist=245bfa715d8db416130e6f17dbc5827c&file=object_constructor.bal", "_blank" ); }} diff --git a/swan-lake/by-example/object-type-inclusion/content.jsx b/swan-lake/by-example/object-type-inclusion/content.jsx index f06a70a3806..473c4f2dfc9 100644 --- a/swan-lake/by-example/object-type-inclusion/content.jsx +++ b/swan-lake/by-example/object-type-inclusion/content.jsx @@ -91,7 +91,7 @@ export function ObjectTypeInclusion({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8d1c93d8d245b3dd1e5ae6bc6a839d61&file=object_type_inclusion.bal", + "https://play.ballerina.io/?gist=81f9a85bc11a1d8be72189ede88eddbe&file=object_type_inclusion.bal", "_blank" ); }} diff --git a/swan-lake/by-example/object-types/content.jsx b/swan-lake/by-example/object-types/content.jsx index c05bb8b5a2c..08f85003d8e 100644 --- a/swan-lake/by-example/object-types/content.jsx +++ b/swan-lake/by-example/object-types/content.jsx @@ -64,7 +64,7 @@ export function ObjectTypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8c5cd95f1f93923d02e3e7b87c25051b&file=object_types.bal", + "https://play.ballerina.io/?gist=f2ebd3b03de90e0b62a1a7b89fc65ab2&file=object_types.bal", "_blank" ); }} diff --git a/swan-lake/by-example/object-value-from-class-definition/content.jsx b/swan-lake/by-example/object-value-from-class-definition/content.jsx index e178bca503a..6deba817550 100644 --- a/swan-lake/by-example/object-value-from-class-definition/content.jsx +++ b/swan-lake/by-example/object-value-from-class-definition/content.jsx @@ -82,7 +82,7 @@ export function ObjectValueFromClassDefinition({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b41e09c52c4dc416b161f126b98fb8e7&file=object_value_from_class_definition.bal", + "https://play.ballerina.io/?gist=3b2340b572d150bc4b5c89def6b0bbbe&file=object_value_from_class_definition.bal", "_blank" ); }} diff --git a/swan-lake/by-example/object/content.jsx b/swan-lake/by-example/object/content.jsx index b9544213d6a..49cdcde71a3 100644 --- a/swan-lake/by-example/object/content.jsx +++ b/swan-lake/by-example/object/content.jsx @@ -69,7 +69,7 @@ export function Object({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0a1d9af8b532d3b1fbebc084e514b8b1&file=object.bal", + "https://play.ballerina.io/?gist=bca6a32be7ff50cf90b854871656af47&file=object.bal", "_blank" ); }} diff --git a/swan-lake/by-example/on-conflict-clause/content.jsx b/swan-lake/by-example/on-conflict-clause/content.jsx index 7763f6476ed..b1f1596c569 100644 --- a/swan-lake/by-example/on-conflict-clause/content.jsx +++ b/swan-lake/by-example/on-conflict-clause/content.jsx @@ -85,7 +85,7 @@ export function OnConflictClause({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d80b923eeedd1327eff15756ae58a662&file=on_conflict_clause.bal", + "https://play.ballerina.io/?gist=26ac4612d5a7a020b36201de2a6b4bd0&file=on_conflict_clause.bal", "_blank" ); }} diff --git a/swan-lake/by-example/open-records/content.jsx b/swan-lake/by-example/open-records/content.jsx index ae86e5afc5a..e771a36c69f 100644 --- a/swan-lake/by-example/open-records/content.jsx +++ b/swan-lake/by-example/open-records/content.jsx @@ -96,7 +96,7 @@ export function OpenRecords({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=bf767085776368d849397e815d41c97a&file=open_records.bal", + "https://play.ballerina.io/?gist=5a7b79e94ede3b2e2776f075d81ebc7b&file=open_records.bal", "_blank" ); }} diff --git a/swan-lake/by-example/optional-fields/content.jsx b/swan-lake/by-example/optional-fields/content.jsx index 56ae1b24b20..1a0600cac69 100644 --- a/swan-lake/by-example/optional-fields/content.jsx +++ b/swan-lake/by-example/optional-fields/content.jsx @@ -81,7 +81,7 @@ export function OptionalFields({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3beb1019cc9d6f0509cf528d830af271&file=optional_fields.bal", + "https://play.ballerina.io/?gist=2b194ebb56fbf601e5a5f81a0cab95b6&file=optional_fields.bal", "_blank" ); }} diff --git a/swan-lake/by-example/outer-join-clause/content.jsx b/swan-lake/by-example/outer-join-clause/content.jsx index 493bcd72f3a..6ace54cae21 100644 --- a/swan-lake/by-example/outer-join-clause/content.jsx +++ b/swan-lake/by-example/outer-join-clause/content.jsx @@ -81,7 +81,7 @@ export function OuterJoinClause({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=eb2b60653f33d6a9349b181fde1a851c&file=outer_join_clause.bal", + "https://play.ballerina.io/?gist=634f498d959c6b3d8abc045f1c498426&file=outer_join_clause.bal", "_blank" ); }} diff --git a/swan-lake/by-example/panics/content.jsx b/swan-lake/by-example/panics/content.jsx index 793ad22a16a..e3327040072 100644 --- a/swan-lake/by-example/panics/content.jsx +++ b/swan-lake/by-example/panics/content.jsx @@ -71,7 +71,7 @@ export function Panics({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d258dd334a0f4ae64ddfd0856aa23805&file=panics.bal", + "https://play.ballerina.io/?gist=7f9ac8e1cd8777da20cedeff619f82de&file=panics.bal", "_blank" ); }} diff --git a/swan-lake/by-example/programs-and-modules/content.jsx b/swan-lake/by-example/programs-and-modules/content.jsx index 0ea387a7e3e..dca99a05392 100644 --- a/swan-lake/by-example/programs-and-modules/content.jsx +++ b/swan-lake/by-example/programs-and-modules/content.jsx @@ -47,7 +47,7 @@ export function ProgramsAndModules({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=10b13ffe282af5b6207de96cdd96070c&file=programs_and_modules.bal", + "https://play.ballerina.io/?gist=33bc4fdcc167f4c606737e382ec987e0&file=programs_and_modules.bal", "_blank" ); }} diff --git a/swan-lake/by-example/provide-function-arguments-by-name/content.jsx b/swan-lake/by-example/provide-function-arguments-by-name/content.jsx index f256a1c4650..c44c55ddde2 100644 --- a/swan-lake/by-example/provide-function-arguments-by-name/content.jsx +++ b/swan-lake/by-example/provide-function-arguments-by-name/content.jsx @@ -54,7 +54,7 @@ export function ProvideFunctionArgumentsByName({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d18f9646aa31a2f0cd2e4eba42a03ecd&file=provide_function_arguments_by_name.bal", + "https://play.ballerina.io/?gist=439d969cec06e978d934e50834af6402&file=provide_function_arguments_by_name.bal", "_blank" ); }} diff --git a/swan-lake/by-example/query-actions/content.jsx b/swan-lake/by-example/query-actions/content.jsx index 00af71ea573..96c881b7699 100644 --- a/swan-lake/by-example/query-actions/content.jsx +++ b/swan-lake/by-example/query-actions/content.jsx @@ -69,7 +69,7 @@ export function QueryActions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5ea4944025f7fd4cf2922cc664edd926&file=query_actions.bal", + "https://play.ballerina.io/?gist=e02e776098ff9616fd1f632d5a8c0fba&file=query_actions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/query-expressions/content.jsx b/swan-lake/by-example/query-expressions/content.jsx index ab8cf445918..a0b4b1caec9 100644 --- a/swan-lake/by-example/query-expressions/content.jsx +++ b/swan-lake/by-example/query-expressions/content.jsx @@ -74,7 +74,7 @@ export function QueryExpressions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=6cbb15ca673c093b35e9cafa89e1b64c&file=query_expressions.bal", + "https://play.ballerina.io/?gist=659d83fd100a5796018ec38b2e3c8a6a&file=query_expressions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/querying-tables/content.jsx b/swan-lake/by-example/querying-tables/content.jsx index d1ecfbc71bf..bacd2ef76a8 100644 --- a/swan-lake/by-example/querying-tables/content.jsx +++ b/swan-lake/by-example/querying-tables/content.jsx @@ -70,7 +70,7 @@ export function QueryingTables({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a3f74be6ab6b81c543e1ab22e1c48109&file=querying_tables.bal", + "https://play.ballerina.io/?gist=6185768bd0f42f9225474adbed1062ea&file=querying_tables.bal", "_blank" ); }} diff --git a/swan-lake/by-example/querying-with-streams/content.jsx b/swan-lake/by-example/querying-with-streams/content.jsx index 62876155095..6d88ead15f4 100644 --- a/swan-lake/by-example/querying-with-streams/content.jsx +++ b/swan-lake/by-example/querying-with-streams/content.jsx @@ -65,7 +65,7 @@ export function QueryingWithStreams({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b19bbfc82efc587b393973a644d3489a&file=querying_with_streams.bal", + "https://play.ballerina.io/?gist=2bb2a2edbbbe73f8b74eec300be35978&file=querying_with_streams.bal", "_blank" ); }} diff --git a/swan-lake/by-example/random-numbers/content.jsx b/swan-lake/by-example/random-numbers/content.jsx index 49c7de01631..1d9b0e44c95 100644 --- a/swan-lake/by-example/random-numbers/content.jsx +++ b/swan-lake/by-example/random-numbers/content.jsx @@ -55,7 +55,7 @@ export function RandomNumbers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=69495c0edaa590bd69d64150570a8810&file=random_numbers.bal", + "https://play.ballerina.io/?gist=86a31a82627cddcdff6ac4b2f698304e&file=random_numbers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/readonly-and-isolated/content.jsx b/swan-lake/by-example/readonly-and-isolated/content.jsx index f2432b0d792..10ae14937d5 100644 --- a/swan-lake/by-example/readonly-and-isolated/content.jsx +++ b/swan-lake/by-example/readonly-and-isolated/content.jsx @@ -66,7 +66,7 @@ export function ReadonlyAndIsolated({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c960b2862554c3b0d4f14e741a288b2e&file=readonly_and_isolated.bal", + "https://play.ballerina.io/?gist=697132fcce8db17564663390a01223ae&file=readonly_and_isolated.bal", "_blank" ); }} diff --git a/swan-lake/by-example/readonly-objects-and-classes/content.jsx b/swan-lake/by-example/readonly-objects-and-classes/content.jsx index 55f92230c04..9d18ea0c00a 100644 --- a/swan-lake/by-example/readonly-objects-and-classes/content.jsx +++ b/swan-lake/by-example/readonly-objects-and-classes/content.jsx @@ -73,7 +73,7 @@ export function ReadonlyObjectsAndClasses({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7c6b0f408bbfe41af6ff8ebf29fc7402&file=readonly_objects_and_classes.bal", + "https://play.ballerina.io/?gist=857e502dc9a068a1ede414ac7c902b05&file=readonly_objects_and_classes.bal", "_blank" ); }} diff --git a/swan-lake/by-example/readonly-type/content.jsx b/swan-lake/by-example/readonly-type/content.jsx index 286ecce684e..ad4a60ce424 100644 --- a/swan-lake/by-example/readonly-type/content.jsx +++ b/swan-lake/by-example/readonly-type/content.jsx @@ -63,7 +63,7 @@ export function ReadonlyType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=46b2d43135a1a1ccac5e5e445b7c4c2c&file=readonly_type.bal", + "https://play.ballerina.io/?gist=534252904a172342fc34721e69ff55ae&file=readonly_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/records/content.jsx b/swan-lake/by-example/records/content.jsx index 89c0b4001fa..1605c29a1c8 100644 --- a/swan-lake/by-example/records/content.jsx +++ b/swan-lake/by-example/records/content.jsx @@ -91,7 +91,7 @@ export function Records({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=897c3d3785dad34df47e5f0a253519cd&file=records.bal", + "https://play.ballerina.io/?gist=89e6c82cb79c9d74b2b22173b0e89c4d&file=records.bal", "_blank" ); }} diff --git a/swan-lake/by-example/regexp-operations/content.jsx b/swan-lake/by-example/regexp-operations/content.jsx index d68e6f93aaf..9e9b943087d 100644 --- a/swan-lake/by-example/regexp-operations/content.jsx +++ b/swan-lake/by-example/regexp-operations/content.jsx @@ -68,7 +68,7 @@ export function RegexpOperations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=74837049afe1a44d192e22c1e1d1e7c7&file=regexp_operations.bal", + "https://play.ballerina.io/?gist=1a1efd91a04c25f85a9ec2b3eba2c838&file=regexp_operations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/regexp-type/content.jsx b/swan-lake/by-example/regexp-type/content.jsx index f3c275a654d..65481249637 100644 --- a/swan-lake/by-example/regexp-type/content.jsx +++ b/swan-lake/by-example/regexp-type/content.jsx @@ -96,7 +96,7 @@ export function RegexpType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=68473edaa4aa8399005dbf942fe7c31e&file=regexp_type.bal", + "https://play.ballerina.io/?gist=35e9925918b8c5ec75faf6c227864a7d&file=regexp_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/regular-expressions/content.jsx b/swan-lake/by-example/regular-expressions/content.jsx index 79e086f899c..a2dabf1b6d9 100644 --- a/swan-lake/by-example/regular-expressions/content.jsx +++ b/swan-lake/by-example/regular-expressions/content.jsx @@ -92,7 +92,7 @@ export function RegularExpressions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e8ff01eb6227669d3c61084518d95712&file=regular_expressions.bal", + "https://play.ballerina.io/?gist=7f70b3d89fca3d1339e41bc2862f8737&file=regular_expressions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/rest-binding-pattern-in-error-binding-pattern/content.jsx b/swan-lake/by-example/rest-binding-pattern-in-error-binding-pattern/content.jsx index 54f0a8321c6..b579b437c3d 100644 --- a/swan-lake/by-example/rest-binding-pattern-in-error-binding-pattern/content.jsx +++ b/swan-lake/by-example/rest-binding-pattern-in-error-binding-pattern/content.jsx @@ -73,7 +73,7 @@ export function RestBindingPatternInErrorBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3a653cdda73158a510e8c56e3dda6163&file=rest_binding_pattern_in_error_binding_pattern.bal", + "https://play.ballerina.io/?gist=5b525675e3b8beccc39fc8b20357b20e&file=rest_binding_pattern_in_error_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/rest-binding-pattern-in-list-binding-pattern/content.jsx b/swan-lake/by-example/rest-binding-pattern-in-list-binding-pattern/content.jsx index a4370122048..c66b7a18de1 100644 --- a/swan-lake/by-example/rest-binding-pattern-in-list-binding-pattern/content.jsx +++ b/swan-lake/by-example/rest-binding-pattern-in-list-binding-pattern/content.jsx @@ -54,7 +54,7 @@ export function RestBindingPatternInListBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e7360a2777e0b9c6ccd397aa7981a645&file=rest_binding_pattern_in_list_binding_pattern.bal", + "https://play.ballerina.io/?gist=e89730ba2885961e0074fe6456e54a98&file=rest_binding_pattern_in_list_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/rest-binding-pattern-in-mapping-binding-pattern/content.jsx b/swan-lake/by-example/rest-binding-pattern-in-mapping-binding-pattern/content.jsx index cc7ff964ca1..2d55fb1266e 100644 --- a/swan-lake/by-example/rest-binding-pattern-in-mapping-binding-pattern/content.jsx +++ b/swan-lake/by-example/rest-binding-pattern-in-mapping-binding-pattern/content.jsx @@ -72,7 +72,7 @@ export function RestBindingPatternInMappingBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=439f0b9e7ac0d429481114decd309b70&file=rest_binding_pattern_in_mapping_binding_pattern.bal", + "https://play.ballerina.io/?gist=fa2c34c6173ffdfcb54d0d81bf5451c9&file=rest_binding_pattern_in_mapping_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/rest-parameters/content.jsx b/swan-lake/by-example/rest-parameters/content.jsx index f94d842ca2e..9b867422ca3 100644 --- a/swan-lake/by-example/rest-parameters/content.jsx +++ b/swan-lake/by-example/rest-parameters/content.jsx @@ -60,7 +60,7 @@ export function RestParameters({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f002a0873827fed7139b5fecdf6d4c7f&file=rest_parameters.bal", + "https://play.ballerina.io/?gist=487721c8fea688f41763ff0a58c7f953&file=rest_parameters.bal", "_blank" ); }} diff --git a/swan-lake/by-example/rest-type-in-tuples/content.jsx b/swan-lake/by-example/rest-type-in-tuples/content.jsx index ee3a355e2f2..12f668ae97a 100644 --- a/swan-lake/by-example/rest-type-in-tuples/content.jsx +++ b/swan-lake/by-example/rest-type-in-tuples/content.jsx @@ -60,7 +60,7 @@ export function RestTypeInTuples({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=811e037a244ccfb00605ee00e1a926ed&file=rest_type_in_tuples.bal", + "https://play.ballerina.io/?gist=71beaefd16cae84f8b52ba8e25f6ef99&file=rest_type_in_tuples.bal", "_blank" ); }} diff --git a/swan-lake/by-example/retry-transaction-statement/content.jsx b/swan-lake/by-example/retry-transaction-statement/content.jsx index 1e78886dc18..88369d0f0bf 100644 --- a/swan-lake/by-example/retry-transaction-statement/content.jsx +++ b/swan-lake/by-example/retry-transaction-statement/content.jsx @@ -71,7 +71,7 @@ export function RetryTransactionStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=307fd45c31e5d87cd41d58f050f9d569&file=retry_transaction_statement.bal", + "https://play.ballerina.io/?gist=0b7157f4c3ddd0c7b8122e56753fdb1d&file=retry_transaction_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/rollback/content.jsx b/swan-lake/by-example/rollback/content.jsx index ff2f877713b..4ccf3aa2718 100644 --- a/swan-lake/by-example/rollback/content.jsx +++ b/swan-lake/by-example/rollback/content.jsx @@ -117,7 +117,7 @@ export function Rollback({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a6b97a7cc3a6e04a53db3d0a33f09293&file=rollback.bal", + "https://play.ballerina.io/?gist=2248f5b59ed05e7894195abb6ee96637&file=rollback.bal", "_blank" ); }} diff --git a/swan-lake/by-example/run-strands-safely-on-separate-threads/content.jsx b/swan-lake/by-example/run-strands-safely-on-separate-threads/content.jsx index 4d86ce94e8d..aabb9ff3e75 100644 --- a/swan-lake/by-example/run-strands-safely-on-separate-threads/content.jsx +++ b/swan-lake/by-example/run-strands-safely-on-separate-threads/content.jsx @@ -97,7 +97,7 @@ export function RunStrandsSafelyOnSeparateThreads({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c8954c4b5ff6a5723cc8fb09ba13d004&file=run_strands_safely_on_separate_threads.bal", + "https://play.ballerina.io/?gist=c07e601f93c63788246c3ce36bf70d64&file=run_strands_safely_on_separate_threads.bal", "_blank" ); }} diff --git a/swan-lake/by-example/sequence-diagrams/content.jsx b/swan-lake/by-example/sequence-diagrams/content.jsx index d622d272964..6859d75d380 100644 --- a/swan-lake/by-example/sequence-diagrams/content.jsx +++ b/swan-lake/by-example/sequence-diagrams/content.jsx @@ -67,7 +67,7 @@ export function SequenceDiagrams({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=05bcb93ad192ba81c158e203e708d54c&file=sequence_diagrams.bal", + "https://play.ballerina.io/?gist=92e016f843ca45266a18af7d0f313d8e&file=sequence_diagrams.bal", "_blank" ); }} diff --git a/swan-lake/by-example/serdes-simple/content.jsx b/swan-lake/by-example/serdes-simple/content.jsx index 7b26c157716..4e5492194a6 100644 --- a/swan-lake/by-example/serdes-simple/content.jsx +++ b/swan-lake/by-example/serdes-simple/content.jsx @@ -76,7 +76,7 @@ export function SerdesSimple({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d1e38214ffc061bea5512842a152c04a&file=serdes_simple.bal", + "https://play.ballerina.io/?gist=36ad51be65c1c5f08666b65782976962&file=serdes_simple.bal", "_blank" ); }} diff --git a/swan-lake/by-example/single-use-of-typed-binding/content.jsx b/swan-lake/by-example/single-use-of-typed-binding/content.jsx index 219d42a21cb..ca2baa414ac 100644 --- a/swan-lake/by-example/single-use-of-typed-binding/content.jsx +++ b/swan-lake/by-example/single-use-of-typed-binding/content.jsx @@ -67,7 +67,7 @@ export function SingleUseOfTypedBinding({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a8fb5b97be95b392a5d6bb71e259194d&file=single_use_of_typed_binding.bal", + "https://play.ballerina.io/?gist=0c44479866397c3cddc60beb38390be1&file=single_use_of_typed_binding.bal", "_blank" ); }} diff --git a/swan-lake/by-example/single-use-with-on-fail-clause/content.jsx b/swan-lake/by-example/single-use-with-on-fail-clause/content.jsx index b3762dfae48..7a1eedbfe01 100644 --- a/swan-lake/by-example/single-use-with-on-fail-clause/content.jsx +++ b/swan-lake/by-example/single-use-with-on-fail-clause/content.jsx @@ -50,7 +50,7 @@ export function SingleUseWithOnFailClause({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b68af32b8a3a695d5075adb9f7e25d67&file=single_use_with_on_fail_clause.bal", + "https://play.ballerina.io/?gist=7a461480d42765c699c7663d12f14bc6&file=single_use_with_on_fail_clause.bal", "_blank" ); }} diff --git a/swan-lake/by-example/sort-iterable-objects/content.jsx b/swan-lake/by-example/sort-iterable-objects/content.jsx index 7cbd2588582..28f8e4368db 100644 --- a/swan-lake/by-example/sort-iterable-objects/content.jsx +++ b/swan-lake/by-example/sort-iterable-objects/content.jsx @@ -77,7 +77,7 @@ export function SortIterableObjects({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=aaf5e5f6bae50a05b2540cf070154b32&file=sort_iterable_objects.bal", + "https://play.ballerina.io/?gist=40487e48896e5dfc976d22638db5eb42&file=sort_iterable_objects.bal", "_blank" ); }} diff --git a/swan-lake/by-example/strands/content.jsx b/swan-lake/by-example/strands/content.jsx index b8b393cea26..0fb32c2bf0f 100644 --- a/swan-lake/by-example/strands/content.jsx +++ b/swan-lake/by-example/strands/content.jsx @@ -71,7 +71,7 @@ export function Strands({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=d2383afbeea2da3ee8b9c3c19ee8cc7b&file=strands.bal", + "https://play.ballerina.io/?gist=7064f386d19e5db9323f35ff41cc7e26&file=strands.bal", "_blank" ); }} diff --git a/swan-lake/by-example/stream-type/content.jsx b/swan-lake/by-example/stream-type/content.jsx index 1f0da753c1b..8649a05a0b5 100644 --- a/swan-lake/by-example/stream-type/content.jsx +++ b/swan-lake/by-example/stream-type/content.jsx @@ -72,7 +72,7 @@ export function StreamType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5ebaebaea1f22da066464c77d9fd6353&file=stream_type.bal", + "https://play.ballerina.io/?gist=1f9e80e5587a3374b0c8a130e6bf05d2&file=stream_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/strings/content.jsx b/swan-lake/by-example/strings/content.jsx index f138c37006f..e4d65d1c67f 100644 --- a/swan-lake/by-example/strings/content.jsx +++ b/swan-lake/by-example/strings/content.jsx @@ -58,7 +58,7 @@ export function Strings({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=0020b56ffd02b457fb8d17de293f269a&file=strings.bal", + "https://play.ballerina.io/?gist=b3b9073dc2e89a077bdd78b5ebee8fe8&file=strings.bal", "_blank" ); }} diff --git a/swan-lake/by-example/structured-keys/content.jsx b/swan-lake/by-example/structured-keys/content.jsx index 759d6fb56a8..d41396136dc 100644 --- a/swan-lake/by-example/structured-keys/content.jsx +++ b/swan-lake/by-example/structured-keys/content.jsx @@ -64,7 +64,7 @@ export function StructuredKeys({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3a9a25c78bcef6922800e2405f05cf18&file=structured_keys.bal", + "https://play.ballerina.io/?gist=aa2711518d34cef2867bcc53d3d5b640&file=structured_keys.bal", "_blank" ); }} diff --git a/swan-lake/by-example/synchronize-message-passing/content.jsx b/swan-lake/by-example/synchronize-message-passing/content.jsx index f8504b68faa..fc1e64b4694 100644 --- a/swan-lake/by-example/synchronize-message-passing/content.jsx +++ b/swan-lake/by-example/synchronize-message-passing/content.jsx @@ -70,7 +70,7 @@ export function SynchronizeMessagePassing({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e3c540e954d73d34eaabc1d52fad0d09&file=synchronize_message_passing.bal", + "https://play.ballerina.io/?gist=8f2df1853c56c354c38ec7b8e0fbe02f&file=synchronize_message_passing.bal", "_blank" ); }} diff --git a/swan-lake/by-example/table-types/content.jsx b/swan-lake/by-example/table-types/content.jsx index 8f61341a473..44789886560 100644 --- a/swan-lake/by-example/table-types/content.jsx +++ b/swan-lake/by-example/table-types/content.jsx @@ -88,7 +88,7 @@ export function TableTypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f67749e8ca4990d12717150118b6af23&file=table_types.bal", + "https://play.ballerina.io/?gist=f2b001b2d6c1d7c72ba1a102540eacad&file=table_types.bal", "_blank" ); }} diff --git a/swan-lake/by-example/table/content.jsx b/swan-lake/by-example/table/content.jsx index c857833c4e9..92a7dcadb10 100644 --- a/swan-lake/by-example/table/content.jsx +++ b/swan-lake/by-example/table/content.jsx @@ -79,7 +79,7 @@ export function Table({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ff7aa0e559fa6e48484fd98ede724aff&file=table.bal", + "https://play.ballerina.io/?gist=87f1dc921bddf8073e4ae4bf48e7e467&file=table.bal", "_blank" ); }} diff --git a/swan-lake/by-example/task-frequency-job-execution/content.jsx b/swan-lake/by-example/task-frequency-job-execution/content.jsx index ab3614aed2e..7e8f35e8103 100644 --- a/swan-lake/by-example/task-frequency-job-execution/content.jsx +++ b/swan-lake/by-example/task-frequency-job-execution/content.jsx @@ -75,7 +75,7 @@ export function TaskFrequencyJobExecution({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=4f27d622c9d21191133b490a4c9b8b13&file=task_frequency_job_execution.bal", + "https://play.ballerina.io/?gist=71db50a5a1e49b1d333bebaa765e49cb&file=task_frequency_job_execution.bal", "_blank" ); }} diff --git a/swan-lake/by-example/task-one-time-job-execution/content.jsx b/swan-lake/by-example/task-one-time-job-execution/content.jsx index cdc0befc318..270e79e5610 100644 --- a/swan-lake/by-example/task-one-time-job-execution/content.jsx +++ b/swan-lake/by-example/task-one-time-job-execution/content.jsx @@ -79,7 +79,7 @@ export function TaskOneTimeJobExecution({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9fc2a3284a517c53573fa1964134c373&file=task_one_time_job_execution.bal", + "https://play.ballerina.io/?gist=d7813a68e6b312780ef7a0da58e49392&file=task_one_time_job_execution.bal", "_blank" ); }} diff --git a/swan-lake/by-example/temp-files-directories/content.jsx b/swan-lake/by-example/temp-files-directories/content.jsx index a594942ddc4..c61743481e9 100644 --- a/swan-lake/by-example/temp-files-directories/content.jsx +++ b/swan-lake/by-example/temp-files-directories/content.jsx @@ -60,7 +60,7 @@ export function TempFilesDirectories({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=bc897951b216d0cb6aa9702a95cfab9a&file=temp_files_directories.bal", + "https://play.ballerina.io/?gist=06a41164bfee55bdae2d9ce8dd097023&file=temp_files_directories.bal", "_blank" ); }} diff --git a/swan-lake/by-example/time-formatting-and-parsing/content.jsx b/swan-lake/by-example/time-formatting-and-parsing/content.jsx index cf2fa0ad0c9..83cd5d0328a 100644 --- a/swan-lake/by-example/time-formatting-and-parsing/content.jsx +++ b/swan-lake/by-example/time-formatting-and-parsing/content.jsx @@ -86,7 +86,7 @@ export function TimeFormattingAndParsing({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=638cdf0341eef227d3d9f76e2c24b35b&file=time_formatting_and_parsing.bal", + "https://play.ballerina.io/?gist=60f3566ab33904ef6ebc4b3d31be2278&file=time_formatting_and_parsing.bal", "_blank" ); }} diff --git a/swan-lake/by-example/time-utc-and-civil/content.jsx b/swan-lake/by-example/time-utc-and-civil/content.jsx index b3d8ba6b8af..f4003def126 100644 --- a/swan-lake/by-example/time-utc-and-civil/content.jsx +++ b/swan-lake/by-example/time-utc-and-civil/content.jsx @@ -72,7 +72,7 @@ export function TimeUtcAndCivil({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=27ea3e523a017555d440814f7b3a06bd&file=time_utc_and_civil.bal", + "https://play.ballerina.io/?gist=f860f8f45f18a8d65ce9ee1035c871dc&file=time_utc_and_civil.bal", "_blank" ); }} diff --git a/swan-lake/by-example/time-utc/content.jsx b/swan-lake/by-example/time-utc/content.jsx index b137891c0fb..8baae60025f 100644 --- a/swan-lake/by-example/time-utc/content.jsx +++ b/swan-lake/by-example/time-utc/content.jsx @@ -58,7 +58,7 @@ export function TimeUtc({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a0054156edc21cde12e323be5eb55d91&file=time_utc.bal", + "https://play.ballerina.io/?gist=f82e302469632347b9fedd381f873e93&file=time_utc.bal", "_blank" ); }} diff --git a/swan-lake/by-example/transaction-statement/content.jsx b/swan-lake/by-example/transaction-statement/content.jsx index 42cd3c9cb82..29bcf806eee 100644 --- a/swan-lake/by-example/transaction-statement/content.jsx +++ b/swan-lake/by-example/transaction-statement/content.jsx @@ -66,7 +66,7 @@ export function TransactionStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c0119ce3462561ff45de185f7270037c&file=transaction_statement.bal", + "https://play.ballerina.io/?gist=156ec1d0c5f6308cadc086ac8b642284&file=transaction_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/transactional-named-workers/content.jsx b/swan-lake/by-example/transactional-named-workers/content.jsx index 0dd291f17ef..113f0ead342 100644 --- a/swan-lake/by-example/transactional-named-workers/content.jsx +++ b/swan-lake/by-example/transactional-named-workers/content.jsx @@ -65,7 +65,7 @@ export function TransactionalNamedWorkers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e1f865ba98e88f524674918bd78f6729&file=transactional_named_workers.bal", + "https://play.ballerina.io/?gist=a3346b1cb6c1215909d557e1b17c6257&file=transactional_named_workers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/transactional-qualifier/content.jsx b/swan-lake/by-example/transactional-qualifier/content.jsx index 17de4312516..f63ebf6d5b0 100644 --- a/swan-lake/by-example/transactional-qualifier/content.jsx +++ b/swan-lake/by-example/transactional-qualifier/content.jsx @@ -79,7 +79,7 @@ export function TransactionalQualifier({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=688ba8240f924b50daaa9bc89a262d25&file=transactional_qualifier.bal", + "https://play.ballerina.io/?gist=528e28e7ad2918c4565ffc903810bd64&file=transactional_qualifier.bal", "_blank" ); }} diff --git a/swan-lake/by-example/tuples/content.jsx b/swan-lake/by-example/tuples/content.jsx index 1db5c554fea..d3d41b68b3e 100644 --- a/swan-lake/by-example/tuples/content.jsx +++ b/swan-lake/by-example/tuples/content.jsx @@ -76,7 +76,7 @@ export function Tuples({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=5da58f95be574d129e9e578adce91586&file=tuples.bal", + "https://play.ballerina.io/?gist=7fbbef6acb0f1363a3e74df123cf8c9d&file=tuples.bal", "_blank" ); }} diff --git a/swan-lake/by-example/type-definitions/content.jsx b/swan-lake/by-example/type-definitions/content.jsx index 4ef55252ce0..d704e04ffd0 100644 --- a/swan-lake/by-example/type-definitions/content.jsx +++ b/swan-lake/by-example/type-definitions/content.jsx @@ -50,7 +50,7 @@ export function TypeDefinitions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=8c3d624f2c8f25d0983dd2dc7840802f&file=type_definitions.bal", + "https://play.ballerina.io/?gist=6a5da8dbd211a7a8a8052124dfb66262&file=type_definitions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/type-inclusion-for-records/content.jsx b/swan-lake/by-example/type-inclusion-for-records/content.jsx index 10a956c2e10..9e44d7e8561 100644 --- a/swan-lake/by-example/type-inclusion-for-records/content.jsx +++ b/swan-lake/by-example/type-inclusion-for-records/content.jsx @@ -67,7 +67,7 @@ export function TypeInclusionForRecords({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=516a4f6f096807e7ad646460a4872f9c&file=type_inclusion_for_records.bal", + "https://play.ballerina.io/?gist=0779bb17ade6bb1fa047f7606263c586&file=type_inclusion_for_records.bal", "_blank" ); }} diff --git a/swan-lake/by-example/type-inference/content.jsx b/swan-lake/by-example/type-inference/content.jsx index 6cc1f154648..1b9fb57e6f4 100644 --- a/swan-lake/by-example/type-inference/content.jsx +++ b/swan-lake/by-example/type-inference/content.jsx @@ -66,7 +66,7 @@ export function TypeInference({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b1f85621aecadf3c03e237e5d2a10e7b&file=type_inference.bal", + "https://play.ballerina.io/?gist=35847ef5316caf6e86fba22c0beded62&file=type_inference.bal", "_blank" ); }} diff --git a/swan-lake/by-example/typed-binding-pattern/content.jsx b/swan-lake/by-example/typed-binding-pattern/content.jsx index e98c7fe3d56..111ad625869 100644 --- a/swan-lake/by-example/typed-binding-pattern/content.jsx +++ b/swan-lake/by-example/typed-binding-pattern/content.jsx @@ -65,7 +65,7 @@ export function TypedBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=a818c6fe0aa74dc532a0ad3c8b00b99a&file=typed_binding_pattern.bal", + "https://play.ballerina.io/?gist=a47c05b575a1179fba82d9b63bd37dd0&file=typed_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/typedesc-type/content.jsx b/swan-lake/by-example/typedesc-type/content.jsx index 8c7f7eef715..354a3d0a8f5 100644 --- a/swan-lake/by-example/typedesc-type/content.jsx +++ b/swan-lake/by-example/typedesc-type/content.jsx @@ -61,7 +61,7 @@ export function TypedescType({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=f443e0c6bc6554296c46e19dc4fb5c5d&file=typedesc_type.bal", + "https://play.ballerina.io/?gist=a263408d323f21425c792d0df279567e&file=typedesc_type.bal", "_blank" ); }} diff --git a/swan-lake/by-example/unions/content.jsx b/swan-lake/by-example/unions/content.jsx index 225dd3e28b4..c4d9d90e1b9 100644 --- a/swan-lake/by-example/unions/content.jsx +++ b/swan-lake/by-example/unions/content.jsx @@ -74,7 +74,7 @@ export function Unions({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=080c7b9f5d2d070da5d9e934136710aa&file=unions.bal", + "https://play.ballerina.io/?gist=138ba950c7966d6f982c4fcc1821afb4&file=unions.bal", "_blank" ); }} diff --git a/swan-lake/by-example/url-encode-decode/content.jsx b/swan-lake/by-example/url-encode-decode/content.jsx index 101d1e4847a..87d1af2cde8 100644 --- a/swan-lake/by-example/url-encode-decode/content.jsx +++ b/swan-lake/by-example/url-encode-decode/content.jsx @@ -56,7 +56,7 @@ export function UrlEncodeDecode({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=7008fe6c6d80782c39e52cb7306e8d77&file=url_encode_decode.bal", + "https://play.ballerina.io/?gist=e186696a3ca7b3339df1977f2c914ccb&file=url_encode_decode.bal", "_blank" ); }} diff --git a/swan-lake/by-example/uuid-generation/content.jsx b/swan-lake/by-example/uuid-generation/content.jsx index f4ee161af6f..c8c88dd52dd 100644 --- a/swan-lake/by-example/uuid-generation/content.jsx +++ b/swan-lake/by-example/uuid-generation/content.jsx @@ -91,7 +91,7 @@ export function UuidGeneration({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=c2ca672fd6db15b77c3d929de95350fe&file=uuid_generation.bal", + "https://play.ballerina.io/?gist=d7af45ac8f6884818e96b86d4d598346&file=uuid_generation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/uuid-operations/content.jsx b/swan-lake/by-example/uuid-operations/content.jsx index 61d31c5c1bb..bd19400e6e9 100644 --- a/swan-lake/by-example/uuid-operations/content.jsx +++ b/swan-lake/by-example/uuid-operations/content.jsx @@ -92,7 +92,7 @@ export function UuidOperations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3af73670690afce70148cfeab598a23d&file=uuid_operations.bal", + "https://play.ballerina.io/?gist=43a1abc2e3d3ce2e79fe105703e4b34d&file=uuid_operations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/variables-and-types/content.jsx b/swan-lake/by-example/variables-and-types/content.jsx index 1dafccd3b04..c98043d07e2 100644 --- a/swan-lake/by-example/variables-and-types/content.jsx +++ b/swan-lake/by-example/variables-and-types/content.jsx @@ -48,7 +48,7 @@ export function VariablesAndTypes({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=89447fa8a00033f035ce2dd5ad261ba0&file=variables_and_types.bal", + "https://play.ballerina.io/?gist=0a620b38c1dd923b6122166fcf995f02&file=variables_and_types.bal", "_blank" ); }} diff --git a/swan-lake/by-example/visibility-of-object-fields-and-methods/content.jsx b/swan-lake/by-example/visibility-of-object-fields-and-methods/content.jsx index 386fb831a69..942fd371bfc 100644 --- a/swan-lake/by-example/visibility-of-object-fields-and-methods/content.jsx +++ b/swan-lake/by-example/visibility-of-object-fields-and-methods/content.jsx @@ -113,7 +113,7 @@ export function VisibilityOfObjectFieldsAndMethods({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=883b4abccc47df3928d195f3e5a5750c&file=visibility_of_object_fields_and_methods.bal", + "https://play.ballerina.io/?gist=a6c3c1c813bf768b10d780b82e40e59d&file=visibility_of_object_fields_and_methods.bal", "_blank" ); }} diff --git a/swan-lake/by-example/waiting-for-workers/content.jsx b/swan-lake/by-example/waiting-for-workers/content.jsx index 94186192ae6..8e0901adce7 100644 --- a/swan-lake/by-example/waiting-for-workers/content.jsx +++ b/swan-lake/by-example/waiting-for-workers/content.jsx @@ -56,7 +56,7 @@ export function WaitingForWorkers({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=50b9692ccafb09651df26dc2a013801a&file=waiting_for_workers.bal", + "https://play.ballerina.io/?gist=1ccb1d834495b85f000928e22ad7169b&file=waiting_for_workers.bal", "_blank" ); }} diff --git a/swan-lake/by-example/while-statement/content.jsx b/swan-lake/by-example/while-statement/content.jsx index d6db0f544f1..3e5d65133f9 100644 --- a/swan-lake/by-example/while-statement/content.jsx +++ b/swan-lake/by-example/while-statement/content.jsx @@ -50,7 +50,7 @@ export function WhileStatement({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=691c43674d733bf5f54cc26cb87b29a1&file=while_statement.bal", + "https://play.ballerina.io/?gist=a8e0b154d731dedbfaae2b812d7ca10e&file=while_statement.bal", "_blank" ); }} diff --git a/swan-lake/by-example/wildcard-binding-pattern/content.jsx b/swan-lake/by-example/wildcard-binding-pattern/content.jsx index ef332a82be2..554e55dd02d 100644 --- a/swan-lake/by-example/wildcard-binding-pattern/content.jsx +++ b/swan-lake/by-example/wildcard-binding-pattern/content.jsx @@ -53,7 +53,7 @@ export function WildcardBindingPattern({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=e7b71b6f4d8ed541f35c6f606d5f1ad6&file=wildcard_binding_pattern.bal", + "https://play.ballerina.io/?gist=a250637a41b4307434dd8669975c80d3&file=wildcard_binding_pattern.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-access/content.jsx b/swan-lake/by-example/xml-access/content.jsx index e8efedafef5..7b6b0f73a02 100644 --- a/swan-lake/by-example/xml-access/content.jsx +++ b/swan-lake/by-example/xml-access/content.jsx @@ -91,7 +91,7 @@ export function XmlAccess({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=182836369feaab3a985c0aee06660fa2&file=xml_access.bal", + "https://play.ballerina.io/?gist=d1e71d88f89ce9deedfc12194ddf28d1&file=xml_access.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-data-model/content.jsx b/swan-lake/by-example/xml-data-model/content.jsx index 3b3f4f841a2..882e86c2b17 100644 --- a/swan-lake/by-example/xml-data-model/content.jsx +++ b/swan-lake/by-example/xml-data-model/content.jsx @@ -172,7 +172,7 @@ export function XmlDataModel({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2ad2a9b969135986296322a0dcc5b88d&file=xml_data_model.bal", + "https://play.ballerina.io/?gist=fb288320fa7033b7e630cd1809b512c0&file=xml_data_model.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-from-json-conversion/content.jsx b/swan-lake/by-example/xml-from-json-conversion/content.jsx index f8ff785ce0f..011cc57f573 100644 --- a/swan-lake/by-example/xml-from-json-conversion/content.jsx +++ b/swan-lake/by-example/xml-from-json-conversion/content.jsx @@ -62,7 +62,7 @@ export function XmlFromJsonConversion({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=dab1ee99eb0504519a2a070072a50453&file=xml_from_json_conversion.bal", + "https://play.ballerina.io/?gist=a0caa17b6d6c8123e5491e91137582c5&file=xml_from_json_conversion.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-from-record-conversion/content.jsx b/swan-lake/by-example/xml-from-record-conversion/content.jsx index f3469574809..98f25619cb7 100644 --- a/swan-lake/by-example/xml-from-record-conversion/content.jsx +++ b/swan-lake/by-example/xml-from-record-conversion/content.jsx @@ -84,7 +84,7 @@ export function XmlFromRecordConversion({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=45b65f637f6b036f54b97c42dc559b36&file=xml_from_record_conversion.bal", + "https://play.ballerina.io/?gist=3b3268d439df8eedaffa9c8f8ca774c3&file=xml_from_record_conversion.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-iteration/content.jsx b/swan-lake/by-example/xml-iteration/content.jsx index f77c02c578b..7782fed06ee 100644 --- a/swan-lake/by-example/xml-iteration/content.jsx +++ b/swan-lake/by-example/xml-iteration/content.jsx @@ -53,7 +53,7 @@ export function XmlIteration({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=64dbeef71e87503eab442ee3dae31e30&file=xml_iteration.bal", + "https://play.ballerina.io/?gist=2537f61b90a07bce719fff482408af79&file=xml_iteration.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-mutation/content.jsx b/swan-lake/by-example/xml-mutation/content.jsx index 16abb68af4e..4401c8ef461 100644 --- a/swan-lake/by-example/xml-mutation/content.jsx +++ b/swan-lake/by-example/xml-mutation/content.jsx @@ -52,7 +52,7 @@ export function XmlMutation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=fddc2548313b0f6b35e7cc606b7bf1a7&file=xml_mutation.bal", + "https://play.ballerina.io/?gist=54704e6ba3579062100922c0f5b58a1f&file=xml_mutation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-namespaces/content.jsx b/swan-lake/by-example/xml-namespaces/content.jsx index 1cc98b8e28b..f505683e747 100644 --- a/swan-lake/by-example/xml-namespaces/content.jsx +++ b/swan-lake/by-example/xml-namespaces/content.jsx @@ -51,7 +51,7 @@ export function XmlNamespaces({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=3acc27afc77453e7ddde101369632ed5&file=xml_namespaces.bal", + "https://play.ballerina.io/?gist=a9aab4e3bfba52a53e2b2c4da31a4e0c&file=xml_namespaces.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-navigation/content.jsx b/swan-lake/by-example/xml-navigation/content.jsx index bc698508771..1eb26f64e8c 100644 --- a/swan-lake/by-example/xml-navigation/content.jsx +++ b/swan-lake/by-example/xml-navigation/content.jsx @@ -85,7 +85,7 @@ export function XmlNavigation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=9da9a955e5bf7c37b044550913f38589&file=xml_navigation.bal", + "https://play.ballerina.io/?gist=2ba3f813f99c3a21cbbe9f5f84ec5ef2&file=xml_navigation.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-operations/content.jsx b/swan-lake/by-example/xml-operations/content.jsx index 7e36bf251ec..5973c939c35 100644 --- a/swan-lake/by-example/xml-operations/content.jsx +++ b/swan-lake/by-example/xml-operations/content.jsx @@ -59,7 +59,7 @@ export function XmlOperations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=ef60bf7bd27668591edf8a944db1f066&file=xml_operations.bal", + "https://play.ballerina.io/?gist=4ef27156c152a948bd587558bac96b2b&file=xml_operations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-subtyping/content.jsx b/swan-lake/by-example/xml-subtyping/content.jsx index 4fd57741c16..6ca2e9a252c 100644 --- a/swan-lake/by-example/xml-subtyping/content.jsx +++ b/swan-lake/by-example/xml-subtyping/content.jsx @@ -128,7 +128,7 @@ export function XmlSubtyping({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b0116cf29f4b66aeea55e4251405ff5d&file=xml_subtyping.bal", + "https://play.ballerina.io/?gist=52eb5bf45068467c898b6ea4a5e4b9f6&file=xml_subtyping.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-templates-and-query/content.jsx b/swan-lake/by-example/xml-templates-and-query/content.jsx index 5d54ed0c9cf..539c3724efe 100644 --- a/swan-lake/by-example/xml-templates-and-query/content.jsx +++ b/swan-lake/by-example/xml-templates-and-query/content.jsx @@ -55,7 +55,7 @@ export function XmlTemplatesAndQuery({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=831c83a0a7fdb89a3212149894704677&file=xml_templates_and_query.bal", + "https://play.ballerina.io/?gist=c22c518510bddbfc12eed41e776f3771&file=xml_templates_and_query.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-templates/content.jsx b/swan-lake/by-example/xml-templates/content.jsx index 5e856df117c..859baed9849 100644 --- a/swan-lake/by-example/xml-templates/content.jsx +++ b/swan-lake/by-example/xml-templates/content.jsx @@ -58,7 +58,7 @@ export function XmlTemplates({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b44913dd6db897cebfe8a0333481d3e8&file=xml_templates.bal", + "https://play.ballerina.io/?gist=d1a3b863f75b0884509f7fce558cb38d&file=xml_templates.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-to-json-conversion/content.jsx b/swan-lake/by-example/xml-to-json-conversion/content.jsx index c5466c4d0a2..dbd1930db9c 100644 --- a/swan-lake/by-example/xml-to-json-conversion/content.jsx +++ b/swan-lake/by-example/xml-to-json-conversion/content.jsx @@ -62,7 +62,7 @@ export function XmlToJsonConversion({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=30ce2c2d1c05d7cb648bfd6d08030c9e&file=xml_to_json_conversion.bal", + "https://play.ballerina.io/?gist=65052767dbb186db3dc7b2f94b1a47d5&file=xml_to_json_conversion.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xml-to-record-conversion/content.jsx b/swan-lake/by-example/xml-to-record-conversion/content.jsx index d198a0780e7..3ff33f417fe 100644 --- a/swan-lake/by-example/xml-to-record-conversion/content.jsx +++ b/swan-lake/by-example/xml-to-record-conversion/content.jsx @@ -86,7 +86,7 @@ export function XmlToRecordConversion({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=05a06e4953ed4455dbf8129cb28f9b1c&file=xml_to_record_conversion.bal", + "https://play.ballerina.io/?gist=f98374c5c1d66f126613e477a5fe13a6&file=xml_to_record_conversion.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xmlns-declarations/content.jsx b/swan-lake/by-example/xmlns-declarations/content.jsx index 20903ceef1d..d685273feb8 100644 --- a/swan-lake/by-example/xmlns-declarations/content.jsx +++ b/swan-lake/by-example/xmlns-declarations/content.jsx @@ -69,7 +69,7 @@ export function XmlnsDeclarations({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=2b9d5954509f89eec475dfafcfada7ab&file=xmlns_declarations.bal", + "https://play.ballerina.io/?gist=b62ad53bca77b400335189c3376bf987&file=xmlns_declarations.bal", "_blank" ); }} diff --git a/swan-lake/by-example/xslt-transformation/content.jsx b/swan-lake/by-example/xslt-transformation/content.jsx index cce1a3d2b06..3d21ce636f9 100644 --- a/swan-lake/by-example/xslt-transformation/content.jsx +++ b/swan-lake/by-example/xslt-transformation/content.jsx @@ -106,7 +106,7 @@ export function XsltTransformation({ codeSnippets }) { className="bg-transparent border-0 m-0 p-2 ms-auto" onClick={() => { window.open( - "https://play.ballerina.io/?gist=b6000226d1351eb2e50d8a83c6280592&file=xslt_transformation.bal", + "https://play.ballerina.io/?gist=d4ca010063277411378bebc2260fa0c9&file=xslt_transformation.bal", "_blank" ); }}