Skip to content

Commit

Permalink
Add missing what's new page
Browse files Browse the repository at this point in the history
And link to it from version independent guide.
  • Loading branch information
deivid-rodriguez committed Jan 15, 2025
1 parent b6874f5 commit eb73f27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/tasks/versions.rake
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ namespace :versions do
latest_man = "source/#{url}"
FileUtils.ln_sf Pathname.new(file).relative_path_from(File.dirname(latest_man)), latest_man
end
puts "Updating whats_new symlink..."
FileUtils.ln_sf Pathname.new("#{succ_root}/whats_new.html.md").relative_path_from("source"), "source/whats_new.html.md"
end
end

Expand Down
2 changes: 1 addition & 1 deletion source/guides/getting_started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bundler is an exit from dependency hell, and ensures that the gems
you need are present in development, staging, and production.
Starting work on a project is as simple as `bundle install`.

<a href="../v2.4/whats_new.html" class="btn btn-primary">What's new in Bundler</a>
<a href="../whats_new.html" class="btn btn-primary">What's new in Bundler</a>
<a href="./rationale.html" class="btn btn-primary">Why Bundler exists</a>

## Getting Started
Expand Down
1 change: 1 addition & 0 deletions source/whats_new.html.md

0 comments on commit eb73f27

Please sign in to comment.