From f553c7f38a8876c376128acfb810cd1255ce7432 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Fri, 10 Sep 2021 14:35:57 -0600 Subject: [PATCH] renamed selection tool repo to website --- lib/buildingsync/selection_tool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/buildingsync/selection_tool.rb b/lib/buildingsync/selection_tool.rb index caff2a25..fc89990a 100644 --- a/lib/buildingsync/selection_tool.rb +++ b/lib/buildingsync/selection_tool.rb @@ -41,10 +41,10 @@ require 'net/http/post/multipart' module BuildingSync - # Class for communicating with SelectionTool + # Class for communicating with SelectionTool on the BuildingSync website class SelectionTool # initialize the selection tools class - # @note See documentation here: https://github.com/buildingsync/selection-tool#validator + # @note See documentation here: https://github.com/buildingsync/buildingsync-website#validator # @note Use core Net::HTTPS # @param xml_path [String] def initialize(xml_path, version = '2.2.0')