alexeyinkin commented on code in PR #25034:
URL: https://github.com/apache/beam/pull/25034#discussion_r1073573755
##########
playground/frontend/playground_components_dev/lib/src/examples/examples.dart:
##########
@@ -19,17 +19,24 @@
import 'package:highlight/highlight_core.dart';
import 'package:http/http.dart' as http;
-import 'code.dart';
+import '../code.dart';
class Examples {
- static const _repoAndBranch = 'apache/beam/master';
+ static const urlPrefix = '$_schemaAndHost$_repoAndBranch';
+ static const _schemaAndHost = 'https://raw.githubusercontent.com/';
+ static const _repoAndBranch = 'akvelon/beam/issue24959_test-loading-url';
+
+ // static const _repoAndBranch = 'apache/beam/master';
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]