Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
ArtemKo7v committed Mar 13, 2018
2 parents 1f53d48 + 646cafb commit 945ba57
Show file tree
Hide file tree
Showing 58 changed files with 9,136 additions and 1,228 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ RewriteRule ^top$ page627210.html
RewriteRule ^about$ page627364.html
RewriteRule ^privacy$ page627373.html

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^js/config.js$ config.php [L,QSA]

RewriteRule ^widgets$ widgets.html

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^tx/(.*) index.php [L,QSA]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Provides API, Widgets for websites.
# Widgets for third-party websites
![alt tag](https://github.com/EverexIO/Ethplorer/blob/develop/images/augur-widget.png)

[Samples and instructions for widget usage] (http://ethplorer.io/widgets)
[Samples and instructions for widget usage](https://ethplorer.io/widgets)


# API

Documentation available at [WIKI pages ](https://github.com/EverexIO/Ethplorer/wiki/ethplorer-api).
Documentation available at [WIKI pages](https://github.com/EverexIO/Ethplorer/wiki/ethplorer-api).


# Installation
Expand Down
Loading

0 comments on commit 945ba57

Please sign in to comment.