The pwd example before showed that my path was /Users/kelseyhawley. This is called an absolute path. Any path that starts with a / is an absolute path. It is absolute because it shows the full path from the root /.
pwd
/Users/kelseyhawley
/