Skip to content

Commit

Permalink
Merge pull request #6776 from ballerina-platform/automate-bbes-650b4b…
Browse files Browse the repository at this point in the history
…979227f2d9bca22062fa8bab32943933e0

[Automated] Update Ballerina By Example(BBEs) pages
  • Loading branch information
sm1990 committed Apr 20, 2023
2 parents 650b4b9 + 9ae9a8e commit ee65838
Show file tree
Hide file tree
Showing 275 changed files with 280 additions and 280 deletions.
2 changes: 1 addition & 1 deletion swan-lake/by-example/access-json-elements/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/alternate-wait/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/annotations/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/anonymous-function/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/any-type/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/anydata-type/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/array-map-symmetry/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/arrays/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/backtick-templates/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/binary-data/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/binding-patterns/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/boolean/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/break-statement/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/built-in-integer-subtypes/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/built-in-string-subtype/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/cache-basics/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/cache-invalidation/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/check-expression/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/check-semantics/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/commit-rollback-handlers/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/computed-field-key/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/const-and-final/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/constraint-validations/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/consuming-services/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/continue-statement/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/controlling-openness/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/covariance/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/create-maps-with-query/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/create-streams-with-query/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/create-tables-with-query/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/decimal-type/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}}
Expand Down
Loading

0 comments on commit ee65838

Please sign in to comment.