Skip to content

Commit e2d5282

Browse files
committed
doc
1 parent f7f8aa4 commit e2d5282

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This migration helper transforms a Server/DataCenter Confluence page in <a href="https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html">Storage Format</a> to
88
Cloud Confluence Storage Format. It will convert the <a href="https://marketplace.atlassian.com/apps/1211159/advanced-codeblocks-for-confluence?hosting=datacenter&tab=overview">Advanced Codeblocks for Confluence</a> macros to their Cloud forge app equivalent.
99

10-
- :book: **[Read the complete migration guide here](https://codeclou.github.io/advanced-codeblocks-cloud-migration-helper)**
10+
- :book: **[Read the complete migration guide here](https://codeclou.io/advanced-codeblocks-for-confluence/cloud/admin-guide/migration/)**
1111

1212
For example a Data Center Confluence page containing the Advanced Codeblocks Single Macro will look like this:
1313

@@ -151,5 +151,3 @@ pytest
151151
### License
152152

153153
[MIT](./LICENSE) © [codeclou GmbH](https://github.com/codeclou)
154-
155-

index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
parser.add_argument("-of", "--outputfile", dest="outputfile",
1818
help="the outputfile, a confluence page in storage format XML", metavar="OUTPUTFILE", required=True)
1919
parser.add_argument("-ek", "--extension-key", dest="extensionkey",
20-
help="the extension key, TODO ", metavar="EXTENSIONKEY", required=True)
20+
help="the extension key, is unique to your installation, see the online documentation for more info", metavar="EXTENSIONKEY", required=True)
2121
args = parser.parse_args()
2222

2323
#

0 commit comments

Comments
 (0)