Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 18, 2024
1 parent c59e7a7 commit 7d222b8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions config/src/config.handlebars.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"latest": "1.6.5",
"stable": "1.1.4",
"latest": "1.6.6",
"stable": "1.6.6",
"branch": "{{GIT_BRANCH}}",
"commit": "{{GIT_COMMIT}}"
},
Expand Down
2 changes: 1 addition & 1 deletion wordpress/kredeum-nfts.handlebars.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Plugin Name: Kredeum NFTs
* Description: Plugin to archive your medias to Decentralized Storage and mint them as NFTs
* Plugin URI: https://docs.kredeum.tech
* Plugin URI: https://docs.kredeum.com
* Version: {{version.latest}}
* Author: Kredeum <[email protected]>
* Author URI: https://www.kredeum.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ public function section_callback( $arguments ) {
__( 'Setup here your Storage options and connect your Metamask account with WordPress', 'kredeum-nfts' ) .
'</p><p>' .
__( 'For any help read the', 'kredeum-nfts' ) .
' <a href="https://docs.kredeum.tech/user-guide" target="_blank" rel="noreferrer" >' .
' <a href="https://docs.kredeum.com/user-guide" target="_blank" rel="noreferrer" >' .
__( 'User Guide', 'kredeum-nfts' ) .
'</a> ' .
__( 'and related ', 'kredeum-nfts' ) .
' <a href="https://docs.kredeum.tech/wordpress-setup/settings" target="_blank" rel="noreferrer" >' .
' <a href="https://docs.kredeum.com/wordpress-setup/settings" target="_blank" rel="noreferrer" >' .
__( 'Settings instructions', 'kredeum-nfts' ) .
'</a> ' .
__( 'or join us on', 'kredeum-nfts' ) .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ msgstr ""
"beta..."

#. URI of the plugin
msgid "https://docs.kredeum.tech"
msgstr "https://docs.kredeum.tech"
msgid "https://docs.kredeum.com"
msgstr "https://docs.kredeum.com"

#
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ msgid "For degens ! Choose \"yes\" to use beta features..."
msgstr ""

#. URI of the plugin
msgid "https://docs.kredeum.tech"
msgid "https://docs.kredeum.com"
msgstr ""

#. Author URI of the plugin
Expand Down
2 changes: 1 addition & 1 deletion wordpress/plugins/kredeum-nfts/languages/kredeum-nfts.pot
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ msgid "For degens ! Choose \"yes\" to use beta features..."
msgstr ""

#. URI of the plugin
msgid "https://docs.kredeum.tech"
msgid "https://docs.kredeum.com"
msgstr ""

#. Author URI of the plugin
Expand Down
10 changes: 5 additions & 5 deletions wordpress/readme.handlebars.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please don’t hesitate to contact us if you have any questions by email contact

== Useful links / docs ==

* [Read Kredeum NFTs documentation, installation and user guide](https://docs.kredeum.tech/)
* [Read Kredeum NFTs documentation, installation and user guide](https://docs.kredeum.com/)
* [Watch Baic Kredeum NFTs presentation on Youtube](https://www.youtube.com/watch?v=gRhz99FiEUs)
* [Watch AutoMarket Kredeum NFTs presentation on Youtube](https://www.youtube.com/watch?v=2c5XAWlqfkI)

Expand All @@ -40,7 +40,7 @@ Please don’t hesitate to contact us if you have any questions by email contact
1. In the back-office, go to NFTs > “My NFTs” page
2. Click on Create button
3. Click on “Create collection”
4. Define the type of collection you wish as described here https://docs.kredeum.tech/sell-your-nfts-on-your-sites
4. Define the type of collection you wish as described here https://docs.kredeum.com/sell-your-nfts-on-your-sites

== How can you create your own NFTs? ==

Expand All @@ -67,19 +67,19 @@ Option 2
== Are NFTs accessible outside my wordpress back-office site ? ==

You can access them with our [Kredeum DAPP](https://app.kredeum.com/).
You can even add your NFTs in any websites you want by using Kredeum "Buy snippet" as described https://docs.kredeum.tech/sell-your-nfts-on-your-sites. The "Buy snippet" is accessible in the wordpress back-office > "NFTs" item menu > “My NFTs” page > NFT > "Get Shortcode" > "SELL ON YOUR WEBSITE WITH THIS BUY SNIPPET" !
You can even add your NFTs in any websites you want by using Kredeum "Buy snippet" as described https://docs.kredeum.com/sell-your-nfts-on-your-sites. The "Buy snippet" is accessible in the wordpress back-office > "NFTs" item menu > “My NFTs” page > NFT > "Get Shortcode" > "SELL ON YOUR WEBSITE WITH THIS BUY SNIPPET" !


== Changelog ==
= 1.6.5 (latest) =
= 1.6.6 (latest & stable) =
* New features :
* Many new deployments, mainly EVM L2s. Available mainnets:
* ethereum, arbitrum, optimism, scroll, base, mantle, mode, blast, polygon-zkevm
* linea, zora, polygon, gnosis, avalanche, fantom, bsc, skale-calypso
* and many related testnets...
* Many bug fixes and performance improvements

= 1.1.4 (stable) =
= 1.1.4 =
* Deployment to Polygon zkEvm
* Fix on legacy network

Expand Down

0 comments on commit 7d222b8

Please sign in to comment.