We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4d040e + 697ef35 commit 47ce62cCopy full SHA for 47ce62c
.md_check_config.json
@@ -1,5 +1,10 @@
1
{
2
- "replacementPatterns": [
+ "ignorePatterns": [
3
+ {
4
+ "pattern": "^http://localhost"
5
+ }
6
+ ],
7
+ "replacementPatterns": [
8
9
"pattern": "^/LICENSE",
10
"replacement": "{{BASEURL}}/LICENSE"
platform/roks/README.md
@@ -17,6 +17,7 @@ The project uses the following components:
17
- [IBM Operational Decision Manager](https://ibmdocs-test.dcs.ibm.com/docs/en/odm/9.0.0?topic=operational-decision-manager-certified-kubernetes-900)
18
- [IBM Cloud](https://cloud.ibm.com/login)
19
20
+
21
## Tested environment
22
23
The commands and tools have been tested on Linux and macOS.
0 commit comments