Skip to content

Commit

Permalink
Merge pull request #1670 from Nexmo/APIDOC-510_edit_blog_signup_link_…
Browse files Browse the repository at this point in the history
…to_dashboard

APIDOC-510: new signup banner URL from blog to Sign up page in Dashboard
  • Loading branch information
marcoranieri authored Nov 4, 2022
2 parents 1c4303a + 44e6e3a commit e9b1674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def index
def show
@blogpost = Blog::Blogpost.build_blogpost_from_path(params[:blog_path], 'en')

@blog_button_path = "https://dashboard.nexmo.com/sign-up?icid=tryitfree_adpblog-#{params[:blog_path]}_nexmodashbdfreetrialsignup_banner"
@blog_button_path = "https://ui.idp.vonage.com/ui/auth/registration?icid=tryitfree_adpblog-#{params[:blog_path]}_nexmodashbdfreetrialsignup_banner"
redirect_to blog_path unless @blogpost.published

data = BlogpostParser.fetch_all_published
Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo_developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NexmoDeveloper
VERSION = '0.5.14'.freeze
VERSION = '0.5.15'.freeze
end

0 comments on commit e9b1674

Please sign in to comment.