Skip to content

Commit da70093

Browse files
authored
Merge pull request #133 from BuildingSync/chore/renamed-selection-tool-repo
renamed selection tool repo to website
2 parents f5c5fd0 + cd2eb87 commit da70093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/buildingsync/selection_tool.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
require 'net/http/post/multipart'
4242

4343
module BuildingSync
44-
# Class for communicating with SelectionTool
44+
# Class for communicating with SelectionTool on the BuildingSync website
4545
class SelectionTool
4646
# initialize the selection tools class
47-
# @note See documentation here: https://github.com/buildingsync/selection-tool#validator
47+
# @note See documentation here: https://github.com/buildingsync/buildingsync-website#validator
4848
# @note Use core Net::HTTPS
4949
# @param xml_path [String]
5050
def initialize(xml_path, version = '2.2.0')

0 commit comments

Comments
 (0)