Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix download link #356

Merged
merged 1 commit into from
Feb 6, 2017
Merged

fix download link #356

merged 1 commit into from
Feb 6, 2017

Conversation

joelanman
Copy link
Contributor

this fixes #319

@@ -17,6 +17,11 @@ router.get('/install', function (req, res) {
res.render('install', { 'releaseURL': url })
})

router.get('/download-kit-redirect', function (req, res) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function already exists in server.js (line 150). Happy moving here if you think it's a better place, but should remove the other and make sure links work.

What do you think of calling it download-kit-latest?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah no, lets just use whats already there

@gemmaleigh gemmaleigh merged commit dcc50cb into master Feb 6, 2017
@joelanman joelanman mentioned this pull request Apr 5, 2017
@kr8n3r kr8n3r deleted the fix-download-link branch November 6, 2018 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There's a hardcoded link to download v3.0.0
3 participants